Files
nethack/doc
PatR b2fa6292db Lua error reporting buffer overflow
nhl_error() was clobbering the stack.  I assume that the 'source'
field in the Lua debugging structure is normally a file name, but
nethack loads an entire Lua script into one long string because it
usually comes out of the DLB container, and 'source' contained the
full string.  That would overflow the local buffer in nhl_error()
if nethack encountered a Lua problem and tried to report it. (In
my case, the problem was in a level description file modification.)

[Not something under user control unless user can modify dat/*.lua
and put the result into $HACKDIR/nhdat.]
2020-01-24 12:52:35 -08:00
..
2020-01-24 12:52:35 -08:00
2020-01-17 04:03:14 -08:00
2020-01-17 04:03:14 -08:00
2020-01-01 11:59:43 -05:00
2020-01-19 23:09:53 -05:00
2019-11-14 08:20:38 -05:00
2019-12-22 19:04:35 -05:00