Re: [ovs-dev] [PATCH] bridge: Avoid read of uninitialized data configuring Auto-Attach.

2017-08-03 Thread Andy Zhou
On Wed, Aug 2, 2017 at 2:12 PM, Ben Pfaff wrote: > This still needs a (trivial) review. > > On Thu, Jul 06, 2017 at 02:33:42PM -0700, Ben Pfaff wrote: >> Reported-by: "qintao (F)" >> Reported-at: >>

Re: [ovs-dev] [PATCH] bridge: Avoid read of uninitialized data configuring Auto-Attach.

2017-08-02 Thread Ben Pfaff
This still needs a (trivial) review. On Thu, Jul 06, 2017 at 02:33:42PM -0700, Ben Pfaff wrote: > Reported-by: "qintao (F)" > Reported-at: > https://mail.openvswitch.org/pipermail/ovs-discuss/2017-April/044309.html > Signed-off-by: Ben Pfaff > --- >

[ovs-dev] [PATCH] bridge: Avoid read of uninitialized data configuring Auto-Attach.

2017-07-06 Thread Ben Pfaff
Reported-by: "qintao (F)" Reported-at: https://mail.openvswitch.org/pipermail/ovs-discuss/2017-April/044309.html Signed-off-by: Ben Pfaff --- vswitchd/bridge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vswitchd/bridge.c