[ovs-dev] [PATCH] vport-capwap: Fix use-after-free on error path.

Ben Pfaff blp at nicira.com
Fri Oct 21 22:34:53 UTC 2011


On Fri, Oct 21, 2011 at 03:33:40PM -0700, Jesse Gross wrote:
> On Fri, Oct 21, 2011 at 3:28 PM, Ben Pfaff <blp at nicira.com> wrote:
> > I originally meant just to fix the use of kfree_skb() instead of
> > consume_skb() on the success path, but then I realized that the failure
> > path returned an skb that it had just freed.
> >
> > Signed-off-by: Ben Pfaff <blp at nicira.com>
> 
> Thanks.
> 
> Acked-by: Jesse Gross <jesse at nicira.com>

Thanks, pushed.



More information about the dev mailing list