Fixed a possible access to characters after the terminating zero of strings in cDoneRecordings::Contains(), in case there are fuzzy characters at the end of a string

This commit is contained in:
Klaus Schmidinger
2021-06-19 15:34:38 +02:00
parent 4d5cbaf57d
commit ac4da6e380
2 changed files with 6 additions and 1 deletions

View File

@@ -9726,3 +9726,6 @@ Video Disk Recorder Revision History
(with help from Helmut Binder).
- If an error occurs while recording, the respective entry in the list of recordings is
now updated immediately (reported by Matthias Senzel).
- Fixed a possible access to characters after the terminating zero of strings in
cDoneRecordings::Contains(), in case there are fuzzy characters at the end of a
string.