Fixed a possible NULL pointer access in cEITScanner::Process()

This commit is contained in:
Klaus Schmidinger
2004-01-10 16:52:01 +01:00
parent 0a62be0274
commit 43ca916c20
3 changed files with 16 additions and 11 deletions

View File

@@ -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).