Re: [ovs-dev] [PATCH] ofproto: Fix inserting buckets at the end of an empty group.

2015-11-29 Thread Ben Pfaff
On Wed, Nov 25, 2015 at 05:36:39PM +0900, Simon Horman wrote: > On Wed, Oct 14, 2015 at 05:12:54PM -0700, Ben Pfaff wrote: > > This caused a segfault. > > > > Reported-by: Ray Li > > Reported-at: > > http://openvswitch.org/pipermail/discuss/2015-September/018746.html > > Signed-off-by: Ben Pfaff

[ovs-dev] [PATCH] ofproto: Fix inserting buckets at the end of an empty group.

2015-10-14 Thread Ben Pfaff
This caused a segfault. Reported-by: Ray Li Reported-at: http://openvswitch.org/pipermail/discuss/2015-September/018746.html Signed-off-by: Ben Pfaff --- AUTHORS | 1 + ofproto/ofproto.c | 16 +--- tests/ofproto.at | 32 +++- 3 files changed,