[ovs-git] Open vSwitch: dpif-linux: Avoid valgrind warning in epoll_ctl() call. (master)

dev at openvswitch.org dev at openvswitch.org
Mon Dec 12 22:47:27 UTC 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  733c8d13d7c247245209f9fe54134f35051d3e88 (commit)
      from  acaf14866175dc0a301d11cb78f955a3dd8e4cdc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 733c8d13d7c247245209f9fe54134f35051d3e88
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=733c8d13d7c247245209f9fe54134f35051d3e88
Author: Ben Pfaff <blp at nicira.com>
		
dpif-linux: Avoid valgrind warning in epoll_ctl() call.
		
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 <blp at nicira.com>


-----------------------------------------------------------------------

Summary of changes:
 lib/dpif-linux.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list