|
|||||||||||
|
Re: auditing
From: Guido van Rooij <guido(at)gvr.win.tue.nl>
Date: Wed Feb 19 1997 - 14:05:15 EST
Yes. This is what I've come up with: (excerpt form an old mail by me) Okay, Here's what I've done so far:
done:
Below the patches. They are not security related but came up during the review ;-). The expr patch is not really necessary but was found 3 months ago when I wanted to use an expr like syntax in a program I wrote. The other one is funny: it breaks df for non-mounted file systems for root, *not* for anyone else ;-) -Guido
@@ -232,6 +233,8 @@
setlocale (LC_ALL, "");
av = argv + 1;
else
printf ("%s\n", result->u.s);
- return (is_zero_or_null (result));
+ retval = is_zero_or_null (result);
+ free_value(result);
+ return (retval);
} int
This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 12:41:02 EDT |
||||||||||
|
|||||||||||