]> git.pond.sub.org Git - empserver/commit
(parse): Support 127 arguments instead of 100, to match
authorMarkus Armbruster <armbru@pond.sub.org>
Mon, 13 Jun 2005 09:33:54 +0000 (09:33 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Mon, 13 Jun 2005 09:33:54 +0000 (09:33 +0000)
commitac671d25e4fcd18464b518b5b6de539b069cbad1
tree0e9b233f5314142e445a9e6ad727ad1d354f5fd4
parent9ee7a02be866f995edcaada6fc74a06ba4ca2abd
(parse): Support 127 arguments instead of 100, to match
player->argp[].  Assign complete argument vector.  This should make
buffer overruns blatantly obvious.

(parse): Don't bother checking SPACE argument, just crash.  It is
extremely unlikely that such a programming error wouldn't be
discovered by even them most superficial testing.
include/prototypes.h
src/lib/gen/parse.c