summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2017-06-06 10:55:12 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2017-06-06 10:55:12 +0200
commit210df9d83595b168749a1ca3651057fc6357f22a (patch)
tree31586c5afef7da750835b20026f646093536276e /HISTORY
parentdc775bc5f89461c0e6808a7464bee6f8ae818499 (diff)
downloadvdr-210df9d83595b168749a1ca3651057fc6357f22a.tar.gz
vdr-210df9d83595b168749a1ca3651057fc6357f22a.tar.bz2
Fixed uninitialized variable SdWatchdog in vdr.c
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index ce46e793..bf4d62e1 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9107,3 +9107,4 @@ Video Disk Recorder Revision History
- Fixed false positives when checking the locking sequence, in case of nested locks
within the same thread.
+- Fixed uninitialized variable SdWatchdog in vdr.c (reported by Frank Neumann).