summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-11-03 14:02:01 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2013-11-03 14:02:01 +0100
commit39f6b6fc6b93609c5ef5bcccdc3afd00ded7402d (patch)
treee9be15f3401ecad951fb1d5d54032a60e10b1cbd /HISTORY
parent0b5085f4f00618a96eaaba97c05dd1c5177b5e42 (diff)
downloadvdr-39f6b6fc6b93609c5ef5bcccdc3afd00ded7402d.tar.gz
vdr-39f6b6fc6b93609c5ef5bcccdc3afd00ded7402d.tar.bz2
Fixed a possible access to uninitialized data in cEIT::cEIT()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 789ead0c..68733017 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8051,3 +8051,5 @@ Video Disk Recorder Revision History
- In the "Select folder" menu pressing Ok now selects the folder, even if this is a
folder that contains sub folders (marked with "..."). To open such a folder you
can press the Red key.
+- Fixed a possible access to uninitialized data in cEIT::cEIT() (reported by Dominik
+ Strasser).