summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2007-08-12 11:36:14 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2007-08-12 11:36:14 +0200
commitdbcc5173544db29a67bfb331ddad7ed9f1c95552 (patch)
treea08b2758c9077f813c45b4bf3a3cac2a00e7003d /HISTORY
parentab7fd0a903bca7a23c9ce4dfbc47830f0456fd55 (diff)
downloadvdr-dbcc5173544db29a67bfb331ddad7ed9f1c95552.tar.gz
vdr-dbcc5173544db29a67bfb331ddad7ed9f1c95552.tar.bz2
cBitmap::SetXpm() now checks whether the given Xpm pointer is not NULL
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 9aae28c4..c8ff1e7a 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5340,3 +5340,6 @@ Video Disk Recorder Revision History
Ville Skyttä). Plugin authors may want to consider doing the same.
- Fixed the link to the GPL2 at http://www.gnu.org in vdr.c (thanks to Ville
Skyttä).
+- cBitmap::SetXpm() now checks whether the given Xpm pointer is not NULL, to
+ avoid a crash with files that only contain "/* XPM */" (suggested by Andreas
+ Mair).