[ovs-dev] [PATCH 2/2] ovsdb-idl.c: Fix IDL index problem when rows are updated.

Ben Pfaff blp at ovn.org
Mon Aug 13 22:44:48 UTC 2018


On Fri, Aug 10, 2018 at 08:29:46PM -0700, Han Zhou wrote:
> In current IDL index code it doesn't updated index when handling
> "update2" messages, which is the default case. The consequence
> is that when a row is updated, the index is not updated accordingly,
> and even worse, it causes crash when calling ovsdb_idl_destroy().
> It can be easily reproduced by the test cases added in this patch.
> 
> Signed-off-by: Han Zhou <hzhou8 at ebay.com>

Thank you for finding these bugs.  I applied these patches to master and
branch-2.10.  They didn't apply to branch-2.9 so I'm going to assume it
doesn't have the problem (please correct me if that's wrong).


More information about the dev mailing list