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 /CONTRIBUTORS | |
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 'CONTRIBUTORS')
-rw-r--r-- | CONTRIBUTORS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 85048db7..5be8f412 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -3265,3 +3265,5 @@ Mariusz Bialonczyk <manio@skyboo.net> Tony Houghton <h@realh.co.uk> for suggesting to add LinkageTypePremiere to libsi/si.h and eit.c to avoid a compiler warning with Clang 3.4.1 + for suggesting to replace the NULL pointer assignment in ~cReceiver() to force a + segfault with a call to abort() |