Re: [ovs-dev] [PATCH] socket-util: Suppress valgrind uninitialized use warning.

2011-08-26 Thread Ben Pfaff
I doubt it's a kernel bug. valgrind probably just doesn't realize that getsockopt initialized the variable. On Fri, Aug 26, 2011 at 05:05:03PM -0700, Ethan Jackson wrote: > I wonder if it's a bug with the syscall on my system or something? Is > it possible that getsockopt isn't initializing rcvbu

Re: [ovs-dev] [PATCH] socket-util: Suppress valgrind uninitialized use warning.

2011-08-26 Thread Ethan Jackson
I wonder if it's a bug with the syscall on my system or something? Is it possible that getsockopt isn't initializing rcvbuf though it should be? Ethan On Fri, Aug 26, 2011 at 17:03, Ben Pfaff wrote: > I guess that's really a valgrind bug, but the fix is OK with me. >

Re: [ovs-dev] [PATCH] socket-util: Suppress valgrind uninitialized use warning.

2011-08-26 Thread Ben Pfaff
I guess that's really a valgrind bug, but the fix is OK with me. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev