notepad-plus-plus/PowerEditor
milipili 6adc3b35fc scintilla: buffer: fixed invalid read in the stack when loading a file
The method `FileManager::loadFileData` uses a stack-based buffer for reading
a file. However, due to the optimization used by `Utf8_16_Read` (`UnicodeConvertor`),
this buffer is not copied, but a pointer to this object is kept.
After `loadFileData`, this object is destroyed, but is used afterward
(via `UnicodeConvertor.getNewBuf`).
2015-05-30 21:19:01 +02:00
..
bin Update gitIgnore file. 2015-05-23 18:57:06 +02:00
gcc Moved PowerEditor in trunk remotely 2009-04-24 23:34:47 +00:00
installer [RELEASE] Notepad++ 6.7.8.2 release 2015-05-23 14:14:33 +02:00
misc [RELEASE] Notepad++ 5.9 release 2011-03-31 00:14:18 +00:00
scintilla.original.forUpdating [UPDATE] Update Scintilla to 3.3.4 2013-08-28 00:44:27 +00:00
src scintilla: buffer: fixed invalid read in the stack when loading a file 2015-05-30 21:19:01 +02:00
visual.net Merge pull request #120 from andreas-jonsson/tempfix_corruption 2015-05-30 18:00:16 +02:00