summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-04-14 10:00:44 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-04-14 10:00:44 +0200
commita45c1c9a28654a216db8b9b57d897c4010ce6b13 (patch)
treefbf80044e21a08271bcb96df9162099f4b456d4f /HISTORY
parentcb50726989e1e8a12762703cb1c9072fb0171bbd (diff)
downloadvdr-a45c1c9a28654a216db8b9b57d897c4010ce6b13.tar.gz
vdr-a45c1c9a28654a216db8b9b57d897c4010ce6b13.tar.bz2
Added NULL checks to some strdup() calls in menuitems.c
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index a97fd72d..4f5ae2c3 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4505,3 +4505,5 @@ Video Disk Recorder Revision History
- Updated the Finnish OSD texts (thanks to Rolf Ahrenberg).
- Fixed a crash when setting the time transponder in the Setup menu, caused by the
new 'noneString' in cMenuEditChanItem (reported by Thomas Günther).
+- Added NULL checks to some strdup() calls in menuitems.c (suggested by Darren
+ Salt).