[ovs-dev] [PATCH 01/13] replication: Avoid theoretical use-after-free error in reset_database().

Ben Pfaff blp at ovn.org
Sat Oct 7 04:02:36 UTC 2017


On Fri, Oct 06, 2017 at 10:19:59PM -0400, Russell Bryant wrote:
> On Fri, Oct 6, 2017 at 8:44 PM, Ben Pfaff <blp at ovn.org> wrote:
> > Code that calls ovsdb_txn_row_delete() should avoid referencing the
> > deleted row again, because it might be freed.  In practice this shouldn't
> > really happen in this case because of the particular circumstances, but it
> > costs little to be careful.
> >
> > Signed-off-by: Ben Pfaff <blp at ovn.org>
> 
> Acked-by: Russell Bryant <russell at ovn.org>

Thanks, I applied this patch to master and backported as far as
branch-2.6.


More information about the dev mailing list