From 8b2f500d2a3180b0c038edcb81dcfb98fb6d2b7a Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 8 Feb 2014 16:00:13 +0100 Subject: Replaced the NULL pointer assignment in ~cReceiver() to force a segfault with a call to abort() --- HISTORY | 2 ++ 1 file changed, 2 insertions(+) (limited to 'HISTORY') 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). -- cgit v1.2.3