scummvm/common
Martin Gerhardy b259e168a4 COMMON: fixed invalid read in zlib read stream
==1313424== Conditional jump or move depends on uninitialised value(s)
==1313424==    at 0x682225: Common::wrapCompressedReadStream(Common::SeekableReadStream*, unsigned int) (zlib.cpp:498)
==1313424==    by 0x46CDB9: DefaultSaveFileManager::openForLoading(Common::String const&) (default-saves.cpp:134)
==1313424==    by 0x68334D: Common::PlaybackFile::openRead(Common::String const&) (recorderfile.cpp:74)
==1313424==    by 0x444558: GUI::RecorderDialog::updateList() (recorderdialog.cpp:206)
==1313424==    by 0x4446BD: GUI::RecorderDialog::runModal(Common::String&) (recorderdialog.cpp:218)
==1313424==    by 0x3DF0E5: GUI::LauncherDialog::recordGame(int) (launcher.cpp:461)
==1313424==    by 0x3E0397: GUI::LauncherDialog::handleCommand(GUI::CommandSender*, unsigned int, unsigned int) (launcher.cpp:671)
==1313424==    by 0x400BF8: GUI::CommandSender::sendCommand(unsigned int, unsigned int) (object.h:55)
==1313424==    by 0x42DAB8: GUI::DropdownButtonWidget::handleMouseUp(int, int, int, int) (widget.cpp:497)
==1313424==    by 0x3D3A37: GUI::Dialog::handleMouseUp(int, int, int, int) (dialog.cpp:228)
==1313424==    by 0x3DB72C: GUI::GuiManager::processEvent(Common::Event const&, GUI::Dialog*) (gui-manager.cpp:668)
==1313424==    by 0x3DA9EA: GUI::GuiManager::runLoop() (gui-manager.cpp:429)

Happens when you start with the event recorder compiled into scummvm and open the dialog to start
a new record.
2021-06-07 01:36:30 +03:00
..
encodings COMMON: Rewrite Encoder and drop dependency on iconv (#2586) 2020-11-15 16:20:35 +01:00
lua COMMON:: LUA: Added Chroatian language used in Sword25 2020-10-07 12:25:08 +02:00
achievements.cpp ACHIEVEMENTS: Mark const methods as const 2021-06-02 01:21:37 +03:00
achievements.h ACHIEVEMENTS: Mark const methods as const 2021-06-02 01:21:37 +03:00
algorithm.h JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
archive.cpp JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
archive.h JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
array.h JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
base-str.cpp JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
base-str.h COMMON: Rewrite Encoder and drop dependency on iconv (#2586) 2020-11-15 16:20:35 +01:00
bitarray.h VIDEO: Added dirty rects to SmackerDecoder 2021-05-29 21:22:58 +01:00
bitstream.h ALL: Sync with ScummVM rev: c52f7e0e04 2020-10-05 14:54:26 +02:00
bufferedstream.h ALL: Sync with ScummVM rev: c52f7e0e04 2020-10-05 14:54:26 +02:00
c++11-compat.h Sync with ScummVM rev. 654b8208b8 2020-06-22 08:14:16 +02:00
callback.h ALL: Cleanup guards names. Fixed compilation. 2020-10-05 21:20:43 +02:00
config-manager.cpp JANITORIAL: Update old bug tracker numbers 2021-03-03 02:15:05 +02:00
config-manager.h JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
coroutines.cpp JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
coroutines.h JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
cosinetables.cpp JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
cosinetables.h ALL: Sync with ScummVM rev: c52f7e0e04 2020-10-05 14:54:26 +02:00
dcl.cpp ALL: Sync with ScummVM - rev. 2586ca2345 2018-07-31 21:09:37 +02:00
dcl.h JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
dct.cpp ALL: synced with ScummVM commit 09bf38c120 2020-05-09 20:05:54 +02:00
dct.h ALL: Sync with ScummVM rev: c52f7e0e04 2020-10-05 14:54:26 +02:00
debug-channels.h COMMON: fix the include file of debug.h and debug-channels.h 2021-05-22 01:34:57 +02:00
debug.cpp BASE: add duplicate debug channel check for addDebugChannel 2021-05-22 01:34:57 +02:00
debug.h MSVC: Add compiler printf validation 2021-06-02 08:35:31 +03:00
dialogs.h DOXYGEN: Doxygen improvements part 3 2020-11-04 19:42:34 +00:00
enc-internal.h COMMON: Rewrite Encoder and drop dependency on iconv (#2586) 2020-11-15 16:20:35 +01:00
endian.h JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
error.cpp ALL: Sync with ScummVM - rev. 2586ca2345 2018-07-31 21:09:37 +02:00
error.h JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
events.cpp ALL: synced with ScummVM commit 09bf38c120 2020-05-09 20:05:54 +02:00
events.h JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
fft.cpp ALL: Sync with ScummVM - rev. cd37d510f9 2019-01-26 20:47:55 +01:00
fft.h DOXYGEN: Doxygen improvements part 3 2020-11-04 19:42:34 +00:00
file.cpp JANITORIAL: Update old bug tracker numbers 2021-03-03 02:15:05 +02:00
file.h DOXYGEN: Doxygen improvements part 3 2020-11-04 19:42:34 +00:00
forbidden.h COMMON: Improve debugging of forbidden symbol issues 2021-04-27 04:05:11 +01:00
foreach.h
frac.h DOXYGEN: Doxygen improvements part 3 2020-11-04 19:42:34 +00:00
fs.cpp JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
fs.h DOXYGEN: Doxygen improvements part 3 2020-11-04 19:42:34 +00:00
func.h ALL: Sync with ScummVM rev: a4002bdeee 2020-10-04 23:59:26 +02:00
gui_options.cpp COMMON: Add GUIO_NOLANG GUI option to hide the lang selector 2021-04-19 23:10:12 +01:00
gui_options.h COMMON: Add GUIO_NOLANG GUI option to hide the lang selector 2021-04-19 23:10:12 +01:00
hash-ptr.h DOXYGEN: Doxygen improvements part 3 2020-11-04 19:42:34 +00:00
hash-str.h COMMON: Merge code for str.cpp and ustr.cpp 2020-10-31 14:05:30 +01:00
hashmap.cpp COMMON: Correctly specialize unknownKeyError for int. 2021-02-21 15:33:26 +00:00
hashmap.h JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
huffman.h JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
iff_container.cpp ALL: Sync with ScummVM - rev. 2586ca2345 2018-07-31 21:09:37 +02:00
iff_container.h JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
ini-file.cpp AGI: support new WinAGI *.wag file format 2021-02-15 03:02:23 +02:00
ini-file.h JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
initializer_list.h COMMON: Add include guard on initializer_list.h 2021-02-08 10:54:20 +01:00
installshield_cab.cpp COMMON: Fix InstallShield cabinet version detection 2021-05-15 23:03:19 +03:00
installshield_cab.h COMMON: Add support for multi-file InstallShield cabinets 2021-05-15 23:03:19 +03:00
installshieldv3_archive.cpp PRIVATE: fixes and renamed installer_archive 2021-03-04 02:06:59 +01:00
installshieldv3_archive.h COMMON: renamed include guard in installshieldv3 2021-03-04 02:06:59 +01:00
inttypes.h COMMON: Modern MSVC has inttypes.h 2021-03-03 11:17:28 +00:00
json.cpp ALL: Sync with ScummVM rev. 55dba55056 2019-12-08 17:06:42 +01:00
json.h ALL: Synced with ScummVM - rev 0b777c23a9 2020-08-11 00:59:40 +02:00
keyboard.h JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
language.cpp Revert "COMMON: Rename ZH_ANY language code nz -> zh" 2020-09-01 16:54:33 +02:00
language.h JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
list_intern.h ALL: Sync with ScummVM - rev. 2586ca2345 2018-07-31 21:09:37 +02:00
list.h JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
localization.cpp
localization.h JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
macresman.cpp ALL: Synced with ScummVM - rev: d4db631f9b 2020-09-23 21:52:10 +02:00
macresman.h ALL: Sync with ScummVM rev: a4002bdeee 2020-10-04 23:59:26 +02:00
math.h JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
md5.cpp
md5.h ALL: Sync with ScummVM rev: a4002bdeee 2020-10-04 23:59:26 +02:00
mdct.cpp ALL: Eliminate LOCAL_PI macro 2020-09-23 23:20:23 +02:00
mdct.h
memory.h ALL: Sync with ScummVM rev: a4002bdeee 2020-10-04 23:59:26 +02:00
memorypool.cpp ALL: Sync with ScummVM - rev. 2586ca2345 2018-07-31 21:09:37 +02:00
memorypool.h ALL: Sync with ScummVM rev: a4002bdeee 2020-10-04 23:59:26 +02:00
memstream.h BACKENDS: Sprinkle some overrides 2021-03-31 02:04:47 +03:00
module.mk COMMON: removed USE_TTS check from engines 2021-05-03 14:13:41 +03:00
mutex.cpp ALL: Synced with ScummVM - rev: 33a47d23b8 2020-09-03 02:21:14 +02:00
mutex.h ALL: Sync with ScummVM rev: a4002bdeee 2020-10-04 23:59:26 +02:00
noncopyable.h ALL: Sync with ScummVM rev: a4002bdeee 2020-10-04 23:59:26 +02:00
osd_message_queue.cpp ALL: Synced with ScummVM - rev: 33a47d23b8 2020-09-03 02:21:14 +02:00
osd_message_queue.h ALL: Sync with ScummVM rev: a4002bdeee 2020-10-04 23:59:26 +02:00
pack-end.h
pack-start.h
platform.cpp COMMON: Added Sega Saturn as a platofrm 2020-11-28 17:41:23 +01:00
platform.h COMMON: Added Sega Saturn as a platofrm 2020-11-28 17:41:23 +01:00
ptr.h JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
queue.h COMMON: Remove explicit ctors and copy assignment operator 2021-03-15 13:24:33 +00:00
quicktime.cpp ALL: Sync with ScummVM - rev. 2586ca2345 2018-07-31 21:09:37 +02:00
quicktime.h ALL: Sync with ScummVM rev: a4002bdeee 2020-10-04 23:59:26 +02:00
random.cpp COMMON: Add a signed variant of getRandomNumberRng. 2020-10-25 01:02:58 +02:00
random.h DOXYGEN: Further doc updates in high priority files 2020-11-07 18:19:09 +00:00
rational.cpp ALL: Sync with ScummVM rev. 55dba55056 2019-12-08 17:06:42 +01:00
rational.h ALL: Sync with ScummVM rev: a4002bdeee 2020-10-04 23:59:26 +02:00
rdft.cpp ALL: Sync with ScummVM - rev. cd37d510f9 2019-01-26 20:47:55 +01:00
rdft.h ALL: Sync with ScummVM rev: a4002bdeee 2020-10-04 23:59:26 +02:00
recorderfile.cpp ALL: Synced with ScummVM - rev: 33a47d23b8 2020-09-03 02:21:14 +02:00
recorderfile.h ALL: synced with ScummVM commit 09bf38c120 2020-05-09 20:05:54 +02:00
rect.h JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
rendermode.cpp ALL: Sync with ScummVM - rev. 2586ca2345 2018-07-31 21:09:37 +02:00
rendermode.h ALL: Sync with ScummVM rev: a4002bdeee 2020-10-04 23:59:26 +02:00
safe-bool.h JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
savefile.h JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
scummsys.h MSVC: Add compiler printf validation 2021-06-02 08:35:31 +03:00
serializer.h COMMON: Add serializers for float and double types 2021-05-29 21:23:20 +01:00
sinetables.cpp JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
sinetables.h JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
sinewindows.cpp
sinewindows.h
singleton.h ALL: Sync with ScummVM rev: a4002bdeee 2020-10-04 23:59:26 +02:00
span.h ALL: Synced with ScummVM - rev: 33a47d23b8 2020-09-03 02:21:14 +02:00
stack.h ALL: Sync with ScummVM rev: a4002bdeee 2020-10-04 23:59:26 +02:00
str-array.h ALL: Sync with ScummVM rev: a4002bdeee 2020-10-04 23:59:26 +02:00
str-enc.cpp JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
str-enc.h COMMON: Rewrite Encoder and drop dependency on iconv (#2586) 2020-11-15 16:20:35 +01:00
str.cpp COMMON: Use Correct Symbol in New String Function 2021-03-15 23:01:24 +00:00
str.h MSVC: Add compiler printf validation 2021-06-02 08:35:31 +03:00
stream.cpp COMMON: Clean up ReadStream::readString 2021-05-31 23:04:06 +01:00
stream.h COMMON: Add support for fixed-size strings in ReadStream::readString 2021-05-31 06:40:05 +01:00
streamdebug.cpp COMMON: Rename Common::Debug to Common::StreamDebug 2020-10-16 21:47:16 +02:00
streamdebug.h COMMON: Rename Common::Debug to Common::StreamDebug 2020-10-16 21:47:16 +02:00
stuffit.cpp GRIM/GROOVIE: Move StuffIt archive code to Common (#2509) 2020-10-11 22:01:00 +02:00
stuffit.h GRIM/GROOVIE: Move StuffIt archive code to Common (#2509) 2020-10-11 22:01:00 +02:00
substream.h BACKENDS: Sprinkle some overrides 2021-03-31 02:04:47 +03:00
system.cpp COMMON: removed USE_TTS check from engines 2021-05-03 14:13:41 +03:00
system.h COMMON: removed USE_TTS check from engines 2021-05-03 14:13:41 +03:00
taskbar.h COMMON: Fall back to engine icon in taskbar 2021-04-24 23:54:17 +01:00
text-to-speech.cpp COMMON: removed USE_TTS check from engines 2021-05-03 14:13:41 +03:00
text-to-speech.h COMMON: removed USE_TTS check from engines 2021-05-03 14:13:41 +03:00
textconsole.cpp ALL: Sync with ScummVM - rev. 2586ca2345 2018-07-31 21:09:37 +02:00
textconsole.h COMMON: Fix old GCC compilation 2021-06-03 03:50:51 +01:00
timer.h DOXYGEN: doxygen review on remaining common headers 2020-11-22 16:57:25 +00:00
tokenizer.cpp ALL: Synced with ScummVM - rev: 33a47d23b8 2020-09-03 02:21:14 +02:00
tokenizer.h ALL: Sync with ScummVM rev: a4002bdeee 2020-10-04 23:59:26 +02:00
translation.cpp COMMON: Make TranslationManager reusable. 2020-12-17 09:49:18 +01:00
translation.h JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
type-traits.h ALL: synced with ScummVM commit 09bf38c120 2020-05-09 20:05:54 +02:00
types.h
unarj.cpp ALL: Sync with ScummVM - rev. 2586ca2345 2018-07-31 21:09:37 +02:00
unarj.h ALL: Sync with ScummVM rev: a4002bdeee 2020-10-04 23:59:26 +02:00
unicode-bidi.cpp COMMON: Initialize _pbase_dir in all constructors 2021-03-20 21:04:06 +01:00
unicode-bidi.h COMMON: Don't use unavailable macros in unicode-bidi.h 2021-03-15 16:29:28 +02:00
unzip.cpp JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
unzip.h ALL: Sync with ScummVM rev: a4002bdeee 2020-10-04 23:59:26 +02:00
updates.cpp ALL: Synced with ScummVM - rev: 33a47d23b8 2020-09-03 02:21:14 +02:00
updates.h ALL: Sync with ScummVM rev: a4002bdeee 2020-10-04 23:59:26 +02:00
ustr.cpp COMMON: Rewrite Encoder and drop dependency on iconv (#2586) 2020-11-15 16:20:35 +01:00
ustr.h JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
util.cpp COMMON: Fix ConfMan.getBool() to correctly process missing values 2021-04-19 23:09:00 +02:00
util.h JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
winexe_ne.cpp COMMON: Make WinResource::getVersionInfo more universal 2021-03-22 00:07:44 +01:00
winexe_ne.h COMMON: Make WinResource::getVersionInfo more universal 2021-03-22 00:07:44 +01:00
winexe_pe.cpp COMMON: Make WinResource::getVersionInfo more universal 2021-03-22 00:07:44 +01:00
winexe_pe.h COMMON: Add a wrapper to read PE strings 2021-03-22 00:07:38 +01:00
winexe.cpp COMMON: Make WinResource::getVersionInfo more universal 2021-03-22 00:07:44 +01:00
winexe.h COMMON: Make WinResource::getVersionInfo more universal 2021-03-22 00:07:44 +01:00
xmlparser.cpp ALL: Synced with ScummVM - rev: d4db631f9b 2020-09-23 21:52:10 +02:00
xmlparser.h JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
zlib.cpp COMMON: fixed invalid read in zlib read stream 2021-06-07 01:36:30 +03:00
zlib.h JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00