*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:
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