Fixed a crash with malformed SI data

This commit is contained in:
Klaus Schmidinger
2011-12-04 15:09:45 +01:00
parent 04e5380723
commit 8db58ff99e
2 changed files with 4 additions and 1 deletions

View File

@@ -6779,3 +6779,4 @@ Video Disk Recorder Revision History
to Ville Skytt<74>).
- Added file name and line number to LOG_ERROR_STR() (thanks to Rolf Ahrenberg).
- Replaced all calls to sleep() with cCondWait::SleepMs() (thanks to Rolf Ahrenberg).
- Fixed a crash with malformed SI data (patch from vdr-portal).