summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-05-16 12:15:55 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2004-05-16 12:15:55 +0200
commit1b6a7085a5cd9c64eedc06bfc2cfd7399a46d5e4 (patch)
tree77bc5e45ff69396f6cfbbbe4ac27a402007cb455 /HISTORY
parent92f6e5d59aadf5ef7ba9cde638ce6f77cffd096a (diff)
downloadvdr-1b6a7085a5cd9c64eedc06bfc2cfd7399a46d5e4.tar.gz
vdr-1b6a7085a5cd9c64eedc06bfc2cfd7399a46d5e4.tar.bz2
Added missing NULL checks when accessing sectionHandler
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index d12d1fcf..1c618bf9 100644
--- a/HISTORY
+++ b/HISTORY
@@ -2797,3 +2797,5 @@ Video Disk Recorder Revision History
in the list) everything freezes and the vdr processes have to be killed with -9
and the driver needs to be reloaded. Maybe somebody else can find out what's
going wrong here...
+- Added missing NULL checks when accessing sectionHandler in device.c (thanks to
+ Pekka Virtanen).