plan9fox/sys
cinap_lenrek adb36de077 kernel: make sure we wont run into the tos when copying exec() arguments
in case the calling process changes its arguments under us, it could
happen that the final argument string lengths become bigger than
initially calculated. this is fine as we still make sure we wont
overflow the stack segment, but we could overrun into the tos
structure at the end of the stack. so change the limit to the
base of the tos, not the end of the stack segment.
2020-02-28 16:45:20 +01:00
..
doc /sys/doc: fix mkfile to and remove files that now can be regenerated 2017-05-09 16:23:48 +02:00
games/lib add games/linden and games/turtle 2019-11-03 13:49:23 +00:00
include remove C99_SPRINTF_EXTENSION define. 2020-02-10 19:26:39 -08:00
lib include section 9 in manpage plumb rules. 2020-02-26 20:52:20 -08:00
man image(6): fix typo 2020-02-04 21:32:33 +01:00
src kernel: make sure we wont run into the tos when copying exec() arguments 2020-02-28 16:45:20 +01:00