Bug#1764: bin/kill segfaults

1995-11-27 Thread Austin Donnelly
On Wed, 25 Oct 1995 15:40:09 +1000 (EST), Herbert Xu <[EMAIL PROTECTED]> wrote: >Package: bsdutils >Version: 1.3-1 > >It is trivial to make /bin/kill segfault: >$ /bin/kill -l >INT QUIT ILL TRAP ABRT UNUSED FPE KILL USR1 SEGV USR2 PIPE ALRM TERM STKFLT >CHLD >Segmentation fault (core dumped) > >

Bug#1764: /bin/kill segfaults

1995-10-25 Thread Herbert Xu
Package: bsdutils Version: 1.3-1 It is trivial to make /bin/kill segfault: $ /bin/kill -l INT QUIT ILL TRAP ABRT UNUSED FPE KILL USR1 SEGV USR2 PIPE ALRM TERM STKFLT CHLD Segmentation fault (core dumped) The appended patch fixes the bug. I suspect the person who wrote the code has had some bad m