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
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:
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' },