diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2021-06-19 15:34:38 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2021-06-19 15:34:38 +0200 |
commit | ac4da6e38018d49903988df0f80c0b0ffbe85bb9 (patch) | |
tree | eef9f210e57be8756cfa34db9584e0249aaf5491 /HISTORY | |
parent | 4d5cbaf57d74caa997c1439cabc3018c9c3fe797 (diff) | |
download | vdr-ac4da6e38018d49903988df0f80c0b0ffbe85bb9.tar.gz vdr-ac4da6e38018d49903988df0f80c0b0ffbe85bb9.tar.bz2 |
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
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |