summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-10-14 09:57:09 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-10-14 09:57:09 +0200
commit6a15d77429968ae372ae23be9deca7c57a44bfe5 (patch)
tree8d58b86d85300957b8e6635eb1c7bf42f1e08e25 /HISTORY
parentbb335fecbaf41242313b76c8a5042f67e51de45c (diff)
downloadvdr-6a15d77429968ae372ae23be9deca7c57a44bfe5.tar.gz
vdr-6a15d77429968ae372ae23be9deca7c57a44bfe5.tar.bz2
Fixed a possible crash if cPluginManager::GetPlugin() is called with a NULL pointer
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 7f59da18..175cb208 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4956,3 +4956,5 @@ Video Disk Recorder Revision History
- Fixed clearing an event's Title, ShortText and Description in case the data comes
from an external source.
- Updated the Hungarian language texts (thanks to Guido Josten).
+- Fixed a possible crash if cPluginManager::GetPlugin() is called with a NULL
+ pointer (thanks to Petri Hintukainen).