]> git.proxmox.com Git - mirror_ovs.git/commit
vconn: Avoid null dereference on error path.
authorBen Pfaff <blp@ovn.org>
Thu, 30 Aug 2018 15:52:28 +0000 (08:52 -0700)
committerBen Pfaff <blp@ovn.org>
Fri, 26 Oct 2018 22:19:31 +0000 (15:19 -0700)
commitdf50117721bcefb72f95089819d7fbefb22c351c
treefb5dfe9fc175e4d2e264ebfe138c2481b489c1ba
parent98a9272ba2c4ba973f015fdd0de06d497bf8bb05
vconn: Avoid null dereference on error path.

Sometimes the 'errors' list is passed as null, and in that case it should
not be used.

Found by inspection.

Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Justin Pettit <jpettit@ovn.org>
lib/vconn.c