summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2021-01-01 21:23:00 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2021-01-01 21:23:00 +0100
commit3f3e47d28032991c4e9f02ef54c21cb5ec196b47 (patch)
treea8ed38e1fd4c5319c8afb639ecb6f33304ea1959 /HISTORY
parent40ca081ff4e360c383a66c627df4c467c04e5913 (diff)
downloadvdr-3f3e47d28032991c4e9f02ef54c21cb5ec196b47.tar.gz
vdr-3f3e47d28032991c4e9f02ef54c21cb5ec196b47.tar.bz2
Fixed a crash in the SVDRP command CLRE in case a non-existing channel number is given
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index a8a0250c..87a8cedc 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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).