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
