diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2014-02-08 16:00:13 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2014-02-08 16:00:13 +0100 |
commit | 8b2f500d2a3180b0c038edcb81dcfb98fb6d2b7a (patch) | |
tree | 03e3c4cfbebc45a0ab76eb4957bef87c6985be54 /HISTORY | |
parent | a30563634d6184145f1b1529ca4502fd49e8e0e9 (diff) | |
download | vdr-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-- | HISTORY | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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). |