summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2021-01-02 15:18:06 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2021-01-02 15:18:06 +0100
commit5f1e08f606d3e2b136edb8e1a241f674e03deedc (patch)
treedd83fe436de84786fe0b549b8d3edb0dc9f618ab /HISTORY
parent9f4c5cd785105855bd73e58154bf7830bee4dd9e (diff)
downloadvdr-5f1e08f606d3e2b136edb8e1a241f674e03deedc.tar.gz
vdr-5f1e08f606d3e2b136edb8e1a241f674e03deedc.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 32edcc8b..089f95ca 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9568,3 +9568,5 @@ Video Disk Recorder Revision History
- Fixed strreplace() to handle NULL strings (reported by Jürgen Schneider).
- Somewhere down the road the 'x' bit of Doxyfile.filter got lost, so the
Makefile now makes sure it is set before calling doxygen.
+- Fixed a crash in the SVDRP command CLRE in case a non-existing channel number is
+ given (reported by Manuel Reimer).