summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2014-02-08 16:00:13 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2014-02-08 16:00:13 +0100
commit8b2f500d2a3180b0c038edcb81dcfb98fb6d2b7a (patch)
tree03e3c4cfbebc45a0ab76eb4957bef87c6985be54 /HISTORY
parenta30563634d6184145f1b1529ca4502fd49e8e0e9 (diff)
downloadvdr-8b2f500d2a3180b0c038edcb81dcfb98fb6d2b7a.tar.gz
vdr-8b2f500d2a3180b0c038edcb81dcfb98fb6d2b7a.tar.bz2
Replaced the NULL pointer assignment in ~cReceiver() to force a segfault with a call to abort()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 74072c18..18df55ca 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8194,3 +8194,5 @@ Video Disk Recorder Revision History
- Fixed some compiler warnings with Clang 3.4.1 (reported by Paul Menzel).
- Added LinkageTypePremiere to libsi/si.h and eit.c to avoid a compiler warning with
Clang 3.4.1 (suggested by Tony Houghten).
+- Replaced the NULL pointer assignment in ~cReceiver() to force a segfault with
+ a call to abort() (suggested by Tony Houghten).