I applied the patch on master and as far as it goes without conflicts. -- Alin.
> -----Mesaj original----- > De la: [email protected] <ovs-dev- > [email protected]> În numele [email protected] > Trimis: Thursday, November 15, 2018 4:52 PM > Către: 'Sairam Venugopal' <[email protected]>; [email protected] > Subiect: Re: [ovs-dev] [PATCH] datapath-windows: Fix invalid reference in > Buffermgmt.c > > Thanks for the fix! > > Acked-by: Alin Gabriel Serdean <[email protected]> > > > -----Mesaj original----- > > De la: [email protected] <ovs-dev- > > [email protected]> În numele Sairam Venugopal > > Trimis: Wednesday, November 14, 2018 10:07 PM > > Către: [email protected] > > Subiect: [ovs-dev] [PATCH] datapath-windows: Fix invalid reference in > > Buffermgmt.c > > > > OVS_BUFFER_CONTEXT gets cleared as part of > > NdisFreeNetBufferListContext function call. This causes an invalid > reference > > error. > > > > Found while testing with driver verifier enabled. > > > > Signed-off-by: Sairam Venugopal <[email protected]> > > --- > > datapath-windows/ovsext/BufferMgmt.c | 6 ++++-- > > 1 file changed, 4 insertions(+), 2 deletions(-) > > > > diff --git a/datapath-windows/ovsext/BufferMgmt.c b/datapath- > > windows/ovsext/BufferMgmt.c index 448cd76..da5c04a 100644 > > --- a/datapath-windows/ovsext/BufferMgmt.c > > +++ b/datapath-windows/ovsext/BufferMgmt.c > > _______________________________________________ > dev mailing list > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-dev _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
