Re: [ovs-dev] [PATCH] ofproto-dpif-xlate: Fix invalid memory read on port removal.
On Mon, Jul 22, 2013 at 12:55:56PM -0700, Ethan Jackson wrote: > Signed-off-by: Ethan Jackson Acked-by: Ben Pfaff ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev
[ovs-dev] [PATCH] ofproto-dpif-xlate: Fix invalid memory read on port removal.
Signed-off-by: Ethan Jackson --- ofproto/ofproto-dpif-xlate.c |5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ofproto/ofproto-dpif-xlate.c b/ofproto/ofproto-dpif-xlate.c index eb4ed69..e555603 100644 --- a/ofproto/ofproto-dpif-xlate.c +++ b/ofproto/ofproto-dpif-xlate.c