summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2007-07-20 15:26:13 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2007-07-20 15:26:13 +0200
commit214c12289f58c90369fce58af20ae50a22fda34d (patch)
treed1cc4563df10519e666cf7613738bc0c5809683d /HISTORY
parenta8eaa2538c7bad811e41797508092ebbeca8da09 (diff)
downloadvdr-214c12289f58c90369fce58af20ae50a22fda34d.tar.gz
vdr-214c12289f58c90369fce58af20ae50a22fda34d.tar.bz2
Improved cControl::Launch() to keep 'control' from pointing to uninitialized memory
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 50ca643a..317bfcbe 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5288,3 +5288,5 @@ Video Disk Recorder Revision History
- Fixed a typo in the function name of cOsd::SetOsdPosition() and added a range
check to it (thanks to Christoph Haubrich).
- Updated the Finnish OSD texts (thanks to Rolf Ahrenberg).
+- Improved cControl::Launch() to keep 'control' from pointing to uninitialized
+ memory (thanks to Rolf Ahrenberg).