Thanks, I pushed this to master.
On Mon, Dec 12, 2011 at 12:55:21PM -0800, Justin Pettit wrote:
> Looks good.
>
> --Justin
>
>
> On Dec 9, 2011, at 3:59 PM, Ben Pfaff wrote:
>
> > Valgrind points out correctly that there are uninitialized bytes in the
> > 'event' structure. That's OK, but it
Looks good.
--Justin
On Dec 9, 2011, at 3:59 PM, Ben Pfaff wrote:
> Valgrind points out correctly that there are uninitialized bytes in the
> 'event' structure. That's OK, but it doesn't hurt to suppress the warning
> by zeroing all of the bytes.
>
> This doesn't fix a real bug.
>
> Signed-o
Valgrind points out correctly that there are uninitialized bytes in the
'event' structure. That's OK, but it doesn't hurt to suppress the warning
by zeroing all of the bytes.
This doesn't fix a real bug.
Signed-off-by: Ben Pfaff
---
lib/dpif-linux.c |1 +
1 files changed, 1 insertions(+),