summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-01-10 16:52:01 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2004-01-10 16:52:01 +0100
commit43ca916c20a72c9b47a15c460cced63b5c19c286 (patch)
treea3bdc3d251f8f3e2c3dd301cab45f26423ad4bdc /HISTORY
parent0a62be0274a0c536b2d32e3d24e321efb385b26c (diff)
downloadvdr-43ca916c20a72c9b47a15c460cced63b5c19c286.tar.gz
vdr-43ca916c20a72c9b47a15c460cced63b5c19c286.tar.bz2
Fixed a possible NULL pointer access in cEITScanner::Process()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 3fb3ccc9..8db000f9 100644
--- a/HISTORY
+++ b/HISTORY
@@ -2564,3 +2564,5 @@ Video Disk Recorder Revision History
to Marcel Wiesweg).
- In case of incomplete sections an error message is now logged only every 10
seconds.
+- Fixed a possible NULL pointer access in cEITScanner::Process() (thanks to
+ Andreas Kool).