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:31 1999
>@@ -271,6 +271,7 @@
> { "quiet", 0, 0, 'q' },
> { "atime", 0, 0, GETOPT_ATIME },
> { "mtiem", 0, 0, GETOPT_MTIME },
>+ { 0, 0, 0, 0 }
> };
>
> if (argc == 1) usage();
Why not fix the mtime <-> mtiem typo as well? :-)
Franz.
--
To unsubscribe:
mail -s unsubscribe [EMAIL PROTECTED] < /dev/null