Re: [ovs-dev] [thread 06/15] ofproto-dpif-xlate: Fix rare segfault on switch exit.

2013-08-08 Thread Ben Pfaff
On Thu, Aug 08, 2013 at 12:58:25PM -0700, Ethan Jackson wrote: > Not all 'xport's have 'xbundle's, so this dereference is unsafe. > > Signed-off-by: Ethan Jackson Acked-by: Ben Pfaff ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mail

[ovs-dev] [thread 06/15] ofproto-dpif-xlate: Fix rare segfault on switch exit.

2013-08-08 Thread Ethan Jackson
Not all 'xport's have 'xbundle's, so this dereference is unsafe. Signed-off-by: Ethan Jackson --- ofproto/ofproto-dpif-xlate.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ofproto/ofproto-dpif-xlate.c b/ofproto/ofproto-dpif-xlate.c index 00fc582..3050678 100644 --- a/of