Bug in patch bash42-018, leaves lastpipe_flag unitialized for platforms with out JOB_CONTROL.

2012-06-21 Thread John E. Malmberg
Hello Bash-bugs, The patch bash42-018 to allow execute_cmd.c that is supposed to allow it to compile with out JOB_CONTROL defined has a bug in it. It is leaving the lastpipe_flag uninitialized. This is a problem because later in the module it is tested. *** ../bash-4.2-patched/execute_cmd.

Use of uninitialized values in mail checking

2012-06-21 Thread szymon . kalasz
Configuration Information: Machine: i686 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i686' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i686-pc-linux-gnu' -DCONF_VENDOR='pc' -DLOCALEDIR='/usr/local/share/locale' -DPACKAGE='bash' -DSHELL -DHAVE_CONFIG_H -I.

Re: Bug in patch bash42-018, leaves lastpipe_flag unitialized for platforms with out JOB_CONTROL.

2012-06-21 Thread Chet Ramey
On 6/21/12 8:42 AM, John E. Malmberg wrote: > Hello Bash-bugs, > > The patch bash42-018 to allow execute_cmd.c that is supposed to allow it to > compile with out JOB_CONTROL defined has a bug in it. > > It is leaving the lastpipe_flag uninitialized. This is a problem because > later in the modul