scummvm/engines/saga
D G Turner 714976729d SAGA: Fix for Bug #3324850 ("ITE (SAGA): crash in dog sewers")
This read of 1 byte past the end of the buffer has existed since
the dragonMove() function was implemented, but since the change
in bfb0986c to use ByteArray, this now causes an assertion due to
the stricter bounds checking.

This commit corrects the original issue.
Thanks to fuzzie for this fix.
2011-06-23 18:35:27 +01:00
..
actor_path.cpp
actor_walk.cpp SAGA: Fix for Bug #3324850 ("ITE (SAGA): crash in dog sewers") 2011-06-23 18:35:27 +01:00
actor.cpp SAGA: Fix Bug #3323722 ("IHNM: Crash to desktop in Ellen's Adventure") 2011-06-23 00:28:44 +01:00
actor.h ALL: Remove trailing whitespaces 2011-06-20 00:59:48 +02:00
animation.cpp ALL: Remove trailing whitespaces 2011-06-20 00:59:48 +02:00
animation.h
console.cpp
console.h
detection_tables.h SAGA: flag all WIP games with ADGF_UNSTABLE 2011-06-16 13:37:58 -05:00
detection.cpp DETECTOR: Separate code for handling obsolete gameids from advanced detector 2011-06-14 18:52:07 +02:00
displayinfo.h
events.cpp ALL: Remove trailing whitespaces 2011-06-20 00:59:48 +02:00
events.h
font_map.cpp
font.cpp Merge branch 'branch-1-3-0' into master 2011-06-01 15:15:31 +02:00
font.h Merge branch 'branch-1-3-0' into master 2011-06-01 15:15:31 +02:00
gfx.cpp
gfx.h
image.cpp
input.cpp
interface.cpp
interface.h
introproc_ihnm.cpp
introproc_ite.cpp
introproc_saga2.cpp ALL: Remove trailing whitespaces 2011-06-20 00:59:48 +02:00
isomap.cpp ALL: Remove trailing whitespaces 2011-06-20 00:59:48 +02:00
isomap.h
itedata.cpp
itedata.h
module.mk
music.cpp
music.h
objectmap.cpp SAGA: Replace snprintf() usage with Common::String::format() 2011-06-02 20:54:49 +01:00
objectmap.h
palanim.cpp ALL: Remove trailing whitespaces 2011-06-20 00:59:48 +02:00
palanim.h
puzzle.cpp
puzzle.h
render.cpp
render.h
resource_hrs.cpp
resource_res.cpp
resource_rsc.cpp
resource.cpp
resource.h
saga.cpp ALL: Remove trailing whitespaces 2011-06-20 00:59:48 +02:00
saga.h ENGINES: Change 2nd param of Engine::saveGameState to Common::String 2011-06-02 18:31:59 +02:00
saveload.cpp
scene.cpp
scene.h ALL: Remove trailing whitespaces 2011-06-20 00:59:48 +02:00
script.cpp SAGA: Replace snprintf() usage with Common::String::format() 2011-06-02 20:54:49 +01:00
script.h
sfuncs_ihnm.cpp SAGA: Replace snprintf() usage with Common::String::format() 2011-06-02 20:54:49 +01:00
sfuncs.cpp SAGA: Replace snprintf() usage with Common::String::format() 2011-06-02 20:54:49 +01:00
shorten.cpp
shorten.h
sndres.cpp
sndres.h
sound.cpp
sound.h
sprite.cpp ALL: Remove trailing whitespaces 2011-06-20 00:59:48 +02:00
sprite.h
sthread.cpp
xref.txt