summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-11-04 13:19:49 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2005-11-04 13:19:49 +0100
commit23ee5bb4da71c7fa419bc8ad14f4d896ed6e6f2d (patch)
treec86b020078f2e7afa7d5b3759b35c0465e11e594 /HISTORY
parent697261c981fa877b94661d310c07b216ca708f4f (diff)
downloadvdr-23ee5bb4da71c7fa419bc8ad14f4d896ed6e6f2d.tar.gz
vdr-23ee5bb4da71c7fa419bc8ad14f4d896ed6e6f2d.tar.bz2
Fixed a NULL pointer access with the cUnbufferedFile when a replay session runs all the way until the end of the recording
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 5 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index be93902d..05eb1e9a 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3912,3 +3912,8 @@ Video Disk Recorder Revision History
- Fixed the cFilter example in PLUGINS.html (reported by Patrick Fischer).
- The new class cUnbufferedFile is used for the recording files to avoid
trashing the file system cache (based on a patch by Ralf Müller).
+
+2005-11-04: Version 1.3.36
+
+- Fixed a NULL pointer access with the cUnbufferedFile when a replay session runs
+ all the way until the end of the recording (thanks to Joachim Wilke).