Re: [PATCH wayland] Zero out the closure serializing buffer to make valgrind happy.

2013-07-13 Thread Jason Ekstrand
*bump* This one came up on IRC again the other day. --Jason Ekstrand On Tue, Apr 9, 2013 at 4:59 PM, Jason Ekstrand wrote: > Valgrind complains because sometimes padding at the ends of strings and > arrays > is left uninitialized. Zeroing out the buffer fixes this problem. > > Signed-off-by:

[PATCH wayland] Zero out the closure serializing buffer to make valgrind happy.

2013-04-09 Thread Jason Ekstrand
Valgrind complains because sometimes padding at the ends of strings and arrays is left uninitialized. Zeroing out the buffer fixes this problem. Signed-off-by: Jason Ekstrand --- src/connection.c | 4 1 file changed, 4 insertions(+) diff --git a/src/connection.c b/src/connection.c index 9