[Scummvm-git-logs] scummvm master -> d95d260b2359aea02f4a9b77f049d66d0907792f
sev-
sev at scummvm.org
Sun Dec 6 18:54:52 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
d95d260b23 Revert "PARALLACTION: Fix buffer overrun"
Commit: d95d260b2359aea02f4a9b77f049d66d0907792f
https://github.com/scummvm/scummvm/commit/d95d260b2359aea02f4a9b77f049d66d0907792f
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2020-12-06T19:54:48+01:00
Commit Message:
Revert "PARALLACTION: Fix buffer overrun"
This reverts commit 34ed51e33ef46bc7f0a702232214029a5ba7e1c2.
Changed paths:
engines/parallaction/disk_ns.cpp
diff --git a/engines/parallaction/disk_ns.cpp b/engines/parallaction/disk_ns.cpp
index 32602dffca..6209b69879 100644
--- a/engines/parallaction/disk_ns.cpp
+++ b/engines/parallaction/disk_ns.cpp
@@ -590,7 +590,7 @@ private:
off_lens = src; src = &src[4];
buf = &src[src_len];
- out = dest_end = &dest[dest_len - 1];
+ out = dest_end = &dest[dest_len];
/* skip the first few bits */
PP_READ_BITS(src[src_len + 3], x);
More information about the Scummvm-git-logs
mailing list