PANICTRACE (stacktrace on panic or signal) + bits
On crash signal or panic(), use a configurable method to get a stacktrace the user can easily report to us. Currently only for Unix/Linux and only ifdef BETA. Hopefully ports can add additional methods. Bits: - linux hints file had PREFIX definition in the wrong place - sample sysconf file used wrong delimiter for WIZARDS - fix grammar error in support message when using sysconf.wizards - options.c comment typo - capitalize "Crash test" output from #panic command
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
/* NetHack 3.5 options.c $Date$ $Revision$ */
|
||||
/* SCCS Id: @(#)options.c 3.5 2008/08/22 */
|
||||
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
@@ -532,7 +531,7 @@ boolean val_allowed;
|
||||
/* most environment variables will eventually be printed in an error
|
||||
* message if they don't work, and most error message paths go through
|
||||
* BUFSZ buffers, which could be overflowed by a maliciously long
|
||||
* environment variable. if a variable can legitimately be long, or
|
||||
* environment variable. If a variable can legitimately be long, or
|
||||
* if it's put in a smaller buffer, the responsible code will have to
|
||||
* bounds-check itself.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user