summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-05-29 15:10:12 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2003-05-29 15:10:12 +0200
commita3efbc248a4764b4c03179fc6a3ce272ee2755e0 (patch)
tree7f330d0a3c41e0d2d00063ef853ef1e9521c093f /HISTORY
parent14790d6f7a50f251a412f9171be516a7f00b0e23 (diff)
downloadvdr-a3efbc248a4764b4c03179fc6a3ce272ee2755e0.tar.gz
vdr-a3efbc248a4764b4c03179fc6a3ce272ee2755e0.tar.bz2
Fixed a possible access of invalid file handles in cSIProcessor::Action()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index e1dc2941..ef999259 100644
--- a/HISTORY
+++ b/HISTORY
@@ -2224,3 +2224,5 @@ Video Disk Recorder Revision History
- Single event timers are now deleted if the recording they are doing is
deleted before the timer ends.
- Fixed an uninitialized variable in cDisplayChannel (thanks to Stefan Huelswitt).
+- Fixed a possible access of invalid file handles in cSIProcessor::Action()
+ (thanks to Stefan Huelswitt).