Re: [hackers] [sbase] Audit printenv(1) || FRIGN
> 2) safeguard argv-loop as already seen in echo(1) with argc-decrement.
The arg loops can simply be for (; *argv; argv++) as the standard
guarantees argv[argc] is NULL.
-emg
Received on Sat Feb 28 2015 - 22:25:09 CET
This archive was generated by hypermail 2.3.0
: Sat Feb 28 2015 - 22:36:09 CET