Re: [PATCH v1] Initialize local variables in functions

2014-08-06 Thread Zubin Mithra
Hi Mike, On Wed, Aug 6, 2014 at 6:59 PM, Mike Frysinger wrote: > On Mon 04 Aug 2014 08:35:02 zubin.mit...@gmail.com wrote: >> From: Zubin Mithra >> >> * desc.c (decode_select): Initialize fds to NULL. >> * strace.c (expand_tcbtab): Change type to unsigned. >> (startup_child): Initialize pathname

Re: [PATCH v1] Initialize local variables in functions

2014-08-06 Thread Mike Frysinger
On Mon 04 Aug 2014 08:35:02 zubin.mit...@gmail.com wrote: > From: Zubin Mithra > > * desc.c (decode_select): Initialize fds to NULL. > * strace.c (expand_tcbtab): Change type to unsigned. > (startup_child): Initialize pathname array. you need to describe why you're making a change, not just how

[PATCH v1] Initialize local variables in functions

2014-08-03 Thread zubin . mithra
From: Zubin Mithra * desc.c (decode_select): Initialize fds to NULL. * strace.c (expand_tcbtab): Change type to unsigned. (startup_child): Initialize pathname array. Signed-off-by: Zubin Mithra --- desc.c | 2 +- strace.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git