summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2011-03-28 16:30:37 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2011-03-28 16:30:37 +0200
commit4b8fd4e1afa0ef43049ded0a35d3279f070b6587 (patch)
tree857d1b00cdc2b4690df6f8887cc1bbe447652a8e /HISTORY
parentfa85bb7c019b4ac36f73d353a9d384222ccc0bf5 (diff)
downloadvdr-4b8fd4e1afa0ef43049ded0a35d3279f070b6587.tar.gz
vdr-4b8fd4e1afa0ef43049ded0a35d3279f070b6587.tar.bz2
Fixed a buffer overflow in cFont::Bidi()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 9590e5d7..c8658e4b 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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).