sysvinit/doc
Jesse Smith 483dc777d2 Changed the way the "when" variable is used internally in shutdown.c.
It starts as a NULL pointer, then might get set as a pointer to optarg,
then it might get set to point to an argv parameter, then it might have
a string value copied into it, over-writing the original data. We should
not risk over-writing internal variables which might get used for something
else (it's rude and security risk). Set up "when" as its own buffer
that has data from optargs and/or argv copied into it.

Minor code fixes across multiple source files to avoid buffer
overflows, or uninitialized strings.
2019-01-27 15:55:08 -04:00
..
bootlogd.README Drop hurd specific dependency on libc0.3 (>= 2.3.2.ds1-12). It is 2009-09-10 08:28:49 +00:00
Changelog Changed the way the "when" variable is used internally in shutdown.c. 2019-01-27 15:55:08 -04:00
initctl Added documentation page for initctl (/run/initctl). 2018-04-08 22:03:07 -03:00
initscript.sample Moved initscript.sample from source to doc directory and committed it. 2018-02-20 19:39:07 -04:00
Install Updated install documentation, fixed typo. 2018-05-05 17:11:29 -03:00
Propaganda Updated documentation and install instructions. Refreshed copyright notice. 2018-02-27 17:28:10 -04:00