]> git.sesse.net Git - vlc/commit
Fixed potential sscanf buffer overflow in :
authorLaurent Aimar <fenrir@videolan.org>
Fri, 29 Jun 2007 22:41:49 +0000 (22:41 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Fri, 29 Jun 2007 22:41:49 +0000 (22:41 +0000)
commitf25e92622fbf1e5cd15e7c5d8c72885f7b7c37a9
treef3fd6b7c7589a20f76aed6adb9b153e7ab38f702
parent698e95d54938979361adb9cf1f17672f006d5df3
Fixed potential sscanf buffer overflow in :
 - ParseMicroDvd
 - ParseSubRip
 - ParseSubViewer
 - ParseSSA
 (Reported by Michal Luczaj)
Fixed memory leak in ParseSSA
Fixed invalid memory access in
 - ParseSSA
 - ParseVplayer
Improve a bit MPL2 support (remove italic format + initial space on
first subtitle)
All: simplify
     check malloc (what a boring thing)
 do not allocate up to 160ko on the stack
( I have tested all formats with a small sample but please test/report any
regression on your files. )
modules/demux/subtitle.c