summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-05-08 11:23:56 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2012-05-08 11:23:56 +0200
commit06b8fe94ef8e07dde1ff7cc33d9d940448fb1109 (patch)
tree789fe78776241055f2adc322c4a2ce693ae7ff59 /HISTORY
parent4f7523a3a29297079aac404f4f5021dec6ddbe97 (diff)
downloadvdr-06b8fe94ef8e07dde1ff7cc33d9d940448fb1109.tar.gz
vdr-06b8fe94ef8e07dde1ff7cc33d9d940448fb1109.tar.bz2
Renamed the function cString::sprintf(const char *fmt, va_list &ap) to vsprintf()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 6800e091..0f2a23cd 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7096,3 +7096,6 @@ Video Disk Recorder Revision History
- Fixed a possible high CPU load when pausing replay (thanks to Reinhard Nissl).
- Fixed character comparisons in cSubtitleObject::DecodeCharacterString() (reported
by Reinhard Mantey).
+- Renamed the function cString::sprintf(const char *fmt, va_list &ap) to vsprintf(),
+ because it might inadvertently be called with a 'char *' as the second argument on
+ some compilers and cause a crash (reported by Sundararaj Reel).