Fixed handling error conditions in the index file

This commit is contained in:
Klaus Schmidinger
2022-01-24 10:44:21 +01:00
parent 8cde8464eb
commit ea1ad945b4
3 changed files with 11 additions and 4 deletions

View File

@@ -9766,7 +9766,7 @@ Video Disk Recorder Revision History
(reported by Timo Weing<6E>rtner).
- Official release.
2022-01-18:
2022-01-24:
- Replaced strncpy() with memcpy() in strreplace() to avoid a compiler warning
(reported by Marco M<>kel<65>).
@@ -9774,3 +9774,4 @@ Video Disk Recorder Revision History
- Updated the Italian OSD texts (thanks to Diego Pierotto).
- Added some missing "AUTO" values to vdr.5 (thanks to Winfried K<>hler).
- Fixed handling zero bytes in cH264Parser (thanks to Christoph Haubrich).
- Fixed handling error conditions in the index file (reported by Markus Ehrnsperger).