early-roguelike/arogue7
John "Elwin" Edwards b6067e102e Advanced Rogue 7: fix a crash when casting magic missile.
do_zap() dereferenced a struct object pointer while ignoring the result
of a NULL check.  XRogue had the same problem, though triggering it was
unlikely, since XRogue does not include a magic missile spell.

Reported by John Harris of @Play.
2021-10-21 21:00:15 -04:00
..
acinclude.m4 Update the Autoconf files. 2021-05-11 22:30:03 -04:00
actions.c Advanced Rogue 7: convert to ANSI-style function declarations. 2016-02-19 21:02:28 -05:00
aguide.mm Import Advanced Rogue 7.7 from the Roguelike Restoration Project (r1490) 2015-05-08 15:24:40 -04:00
arogue7.vcxproj Enable the logfile on 64-bit Windows. 2016-05-17 21:28:34 -04:00
arogue7.vcxproj.filters Update the Visual Studio project files. 2015-08-18 13:23:56 -04:00
arogue77.html Import Advanced Rogue 7.7 from the Roguelike Restoration Project (r1490) 2015-05-08 15:24:40 -04:00
chase.c Fix many compiler warnings. 2021-04-14 18:55:33 -04:00
command.c Fix some warnings related to format strings. 2021-04-30 20:48:30 -04:00
configure.ac Update the Autoconf files. 2021-05-11 22:30:03 -04:00
daemon.c arogue7, xrogue: improve the handling of the arguments to fuses. 2016-03-11 17:40:00 -05:00
daemons.c arogue7, xrogue: improve the handling of the arguments to fuses. 2016-03-11 17:40:00 -05:00
eat.c Advanced Rogue 7: convert to ANSI-style function declarations. 2016-02-19 21:02:28 -05:00
effects.c arogue7, xrogue: improve the handling of the arguments to fuses. 2016-03-11 17:40:00 -05:00
encumb.c arogue7, xrogue: improve the handling of the arguments to fuses. 2016-03-11 17:40:00 -05:00
fight.c Fix many compiler warnings. 2021-04-14 18:55:33 -04:00
init.c Fix some warnings related to format strings. 2021-04-30 20:48:30 -04:00
io.c Advanced Rogue 7: convert to ANSI-style function declarations. 2016-02-19 21:02:28 -05:00
LICENSE.TXT Import Advanced Rogue 7.7 from the Roguelike Restoration Project (r1490) 2015-05-08 15:24:40 -04:00
list.c Fix an assortment of compiler warnings. 2019-11-22 21:18:27 -05:00
mach_dep.h Permit not defining score and log files. 2015-08-13 07:47:01 -04:00
main.c Advanced Rogue family: fix some potential buffer overflows. 2021-05-03 19:05:37 -04:00
Makefile.in Improve the documentation build process. 2017-12-30 14:15:52 -05:00
maze.c Fix an assortment of compiler warnings. 2019-11-22 21:18:27 -05:00
mdport.c Advanced Rogue family: fix some potential buffer overflows. 2021-05-03 19:05:37 -04:00
misc.c Fix many compiler warnings. 2021-04-14 18:55:33 -04:00
monsters.c Fix one more batch of compiler warnings. 2021-05-04 21:03:47 -04:00
move.c Fix one more batch of compiler warnings. 2021-05-04 21:03:47 -04:00
network.h Import Advanced Rogue 7.7 from the Roguelike Restoration Project (r1490) 2015-05-08 15:24:40 -04:00
new_level.c Advanced Rogue 7: convert to ANSI-style function declarations. 2016-02-19 21:02:28 -05:00
options.c Advanced Rogue family: fix some potential buffer overflows. 2021-05-03 19:05:37 -04:00
outside.c Advanced Rogue 7: convert to ANSI-style function declarations. 2016-02-19 21:02:28 -05:00
pack.c Fix an assortment of compiler warnings. 2019-11-22 21:18:27 -05:00
passages.c Fix a few more miscellaneous compiler warnings. 2021-05-01 09:51:30 -04:00
player.c Advanced Rogue 7: fix a string literal overwrite. 2021-10-19 20:39:00 -04:00
potions.c arogue7, xrogue: improve the handling of the arguments to fuses. 2016-03-11 17:40:00 -05:00
rings.c arogue7, xrogue: improve the handling of the arguments to fuses. 2016-03-11 17:40:00 -05:00
rip.c Fix many compiler warnings. 2021-04-14 18:55:33 -04:00
rogue.c Advanced Rogue family: fix some potential buffer overflows. 2021-05-03 19:05:37 -04:00
rogue.h Fix one more batch of compiler warnings. 2021-05-04 21:03:47 -04:00
rooms.c Advanced Rogue 7: convert to ANSI-style function declarations. 2016-02-19 21:02:28 -05:00
save.c Fix potential segfaults at restore related to ctime(). 2017-09-15 20:51:10 -04:00
scrolls.c Fix many compiler warnings. 2021-04-14 18:55:33 -04:00
state.c Advanced Rogue 7: ignore file locations in the save file when restoring. 2021-05-02 21:54:11 -04:00
sticks.c Advanced Rogue 7: fix a crash when casting magic missile. 2021-10-21 21:00:15 -04:00
things.c Advanced Rogue 7: convert to ANSI-style function declarations. 2016-02-19 21:02:28 -05:00
trader.c Advanced Rogue 7: convert to ANSI-style function declarations. 2016-02-19 21:02:28 -05:00
util.c Fix many compiler warnings. 2021-04-14 18:55:33 -04:00
vers.c Import Advanced Rogue 7.7 from the Roguelike Restoration Project (r1490) 2015-05-08 15:24:40 -04:00
weapons.c Fix one more batch of compiler warnings. 2021-05-04 21:03:47 -04:00
wear.c arogue7, xrogue: improve the handling of the arguments to fuses. 2016-03-11 17:40:00 -05:00
wizard.c Fix many compiler warnings. 2021-04-14 18:55:33 -04:00
xcrypt.c Fix many compiler warnings. 2021-04-14 18:55:33 -04:00