]> granicus.if.org Git - nethack/commit
avoid buffer overruns
authornethack.rankin <nethack.rankin>
Sat, 7 Sep 2002 02:38:50 +0000 (02:38 +0000)
committernethack.rankin <nethack.rankin>
Sat, 7 Sep 2002 02:38:50 +0000 (02:38 +0000)
commit53f40d2a204955a43c2e16fff26ef0edaeab004a
tree755aae00193a78fd1afdfe0b26298ea8c8cf3ef6
parent069703f6c3695a8eeef826ee77ce6e4cb7aa5017
avoid buffer overruns

     Noticed with recent looting patch:  QBUFSZ is not big enough
to reliably hold formatted object names.  (I haven't looked through
any other source files for similar problems.)
src/pickup.c