Fixed a crash in the SVDRP command CLRE in case a non-existing channel number is given

This commit is contained in:
Klaus Schmidinger
2021-01-01 21:23:00 +01:00
parent 40ca081ff4
commit 3f3e47d280
3 changed files with 9 additions and 3 deletions

View File

@@ -9575,3 +9575,5 @@ Video Disk Recorder Revision History
- Somewhere down the road the 'x' bit of Doxyfile.filter got lost, so the
Makefile now makes sure it is set before calling doxygen.
- Using strgetlast() in more places.
- Fixed a crash in the SVDRP command CLRE in case a non-existing channel number is
given (reported by Manuel Reimer).