summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-08-06 12:29:38 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-08-06 12:29:38 +0200
commit16c3b8f0e7f3bd4ba5148e188806eae7ddcfaf08 (patch)
tree3dd6536b8fab9f8cdc826ab56a836731c3684108 /HISTORY
parentff5df8f29852a1c968a2797e13e494ae882bed26 (diff)
downloadvdr-16c3b8f0e7f3bd4ba5148e188806eae7ddcfaf08.tar.gz
vdr-16c3b8f0e7f3bd4ba5148e188806eae7ddcfaf08.tar.bz2
Fixed an out-of-bounds memory access with audio language ids
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 6a3b25fd..e9e2518d 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3657,3 +3657,5 @@ Video Disk Recorder Revision History
umask settings (thanks to Andreas Brachold).
- Fixed the cChannel copy constructor (thanks to Marcel Wiesweg for pointing out
a problem with it).
+- Fixed an out-of-bounds memory access with audio language ids (thanks to
+ Matthias Lenk for reporting, and Udo Richter for suggesting a fix).