Fixed a buffer overflow in cFont::Bidi()

This commit is contained in:
Klaus Schmidinger
2011-03-28 16:30:37 +02:00
parent fa85bb7c01
commit 4b8fd4e1af
3 changed files with 4 additions and 2 deletions

View File

@@ -6592,3 +6592,4 @@ Video Disk Recorder Revision History
- Added Cancel(3) to ~cTrueColorDemo() in the "osddemo" plugin (thanks to Reinhard Nissl).
- Added a missing font deletion in cTrueColorDemo::Action() in the "osddemo" plugin
(thanks to Reinhard Nissl).
- Fixed a buffer overflow in cFont::Bidi() (thanks to Reinhard Nissl).