wxWidgets/include/wx/private
Vadim Zeitlin 0c223a8146 Fix buffer overrun in wxPrintf() format parsing code.
Parsing a format specifier with an asterisk (e.g. "%.*s") for the 64th
argument of wxPrintf() resulted in a buffer overrun as the check for the
maximal number of arguments didn't break out from the right loop.

Fix this by inserting an extra check for this.

Thanks Coverity for finding this one.
2015-05-24 01:53:08 +02:00
..
addremovectrl.h Deal with remaining cvs/svn keywords. 2015-04-09 03:32:23 +04:00
eventloopsourcesmanager.h
fd.h
fdiodispatcher.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
fdioeventloopsourcehandler.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
fdiohandler.h
fdiomanager.h
fileback.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
filename.h
flagscheck.h
fontmgr.h
fswatcher.h Fix wxFileSystemWatcher::RemoveAll() to actually work. 2014-03-23 00:57:09 +00:00
graphics.h
markupparser.h
markupparserattr.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
overlay.h
pipestream.h Fixes for building wxMSW under Cygwin. 2014-06-24 02:47:13 +00:00
preferences.h
richtooltip.h
sckaddr.h Remove MSVC6 support. 2014-05-15 22:32:17 +00:00
selectdispatcher.h Remove (Open)Watcom support. 2014-05-16 13:01:06 +00:00
socket.h
streamtempinput.h
textmeasure.h Remove MSVC6 support. 2014-05-15 22:32:17 +00:00
threadinfo.h
timer.h
window.h
wxprintf.h Fix buffer overrun in wxPrintf() format parsing code. 2015-05-24 01:53:08 +02:00