]> git.proxmox.com Git - ovs.git/commit
ovn-controller: Fix potential use-after-free in get_core_config().
authorBen Pfaff <blp@nicira.com>
Tue, 28 Jul 2015 15:33:42 +0000 (08:33 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 28 Jul 2015 18:02:28 +0000 (11:02 -0700)
commit9326534c9caf110f4425b74769bf76290db0d876
treead68fe1ed97e24eb136abbc186e024e16b1e993b
parent49af9a3d4447b13339e42ef03547c4c8ecf2e9bd
ovn-controller: Fix potential use-after-free in get_core_config().

It's unsafe to hold a pointer to a row in the IDL across calls to
ovsdb_idl_run() for that IDL.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Russell Bryant <rbryant@redhat.com>
ovn/controller/ovn-controller.c