Re: tmpwatch 2.0 patch

1999-12-15 Thread Vandoorselaere Yoann
Franz Sirl <[EMAIL PROTECTED]> writes: > At 18:17 15.12.99 , Vandoorselaere Yoann wrote: > >Hi, > > > >When passing an unknow option to tmpwatch it sigsegv, > >this is due to the struct options used by getopt_long not terminated by NULL; > > > >Here is the patch : > > > >--- tmpwatch.c.orig W

Re: tmpwatch 2.0 patch

1999-12-15 Thread Franz Sirl
At 18:17 15.12.99 , Vandoorselaere Yoann wrote: >Hi, > >When passing an unknow option to tmpwatch it sigsegv, >this is due to the struct options used by getopt_long not terminated by NULL; > >Here is the patch : > >--- tmpwatch.c.orig Wed Dec 15 16:26:00 1999 >+++ tmpwatch.c Wed Dec 15 16:26:

tmpwatch 2.0 patch

1999-12-15 Thread Vandoorselaere Yoann
Hi, When passing an unknow option to tmpwatch it sigsegv, this is due to the struct options used by getopt_long not terminated by NULL; Here is the patch : --- tmpwatch.c.orig Wed Dec 15 16:26:00 1999 +++ tmpwatch.c Wed Dec 15 16:26:31 1999 @@ -271,6 +271,7 @@ { "quiet", 0, 0, 'q' },