diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2007-07-20 15:26:13 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2007-07-20 15:26:13 +0200 |
commit | 214c12289f58c90369fce58af20ae50a22fda34d (patch) | |
tree | d1cc4563df10519e666cf7613738bc0c5809683d /HISTORY | |
parent | a8eaa2538c7bad811e41797508092ebbeca8da09 (diff) | |
download | vdr-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-- | HISTORY | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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). |