From 06b8fe94ef8e07dde1ff7cc33d9d940448fb1109 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Tue, 8 May 2012 11:23:56 +0200 Subject: Renamed the function cString::sprintf(const char *fmt, va_list &ap) to vsprintf() --- HISTORY | 3 +++ 1 file changed, 3 insertions(+) (limited to 'HISTORY') 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). -- cgit v1.2.3