From 9495aa9923fed16aeb6f49c69ccd249b9e17dba7 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Fri, 15 Feb 2008 14:57:48 +0100 Subject: Using cString::sprintf() instead of asprintf() --- HISTORY | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'HISTORY') diff --git a/HISTORY b/HISTORY index c6889849..ebdc2e4d 100644 --- a/HISTORY +++ b/HISTORY @@ -5616,3 +5616,7 @@ Video Disk Recorder Revision History - Limiting the length of the recording name in timers created via SVDRP in case VDR is run with --vfat, in order to avoid names that are too long for Windows (suggested by Rolf Ahrenberg). +- Using cString::sprintf() instead of asprintf() (thanks to Wolfgang Rohdewald + for pointing out a possible problem if the return value is not checked). + Plugin authors may want to consider doing the same. For convenience there is now + an additional version of cString::sprintf() that accepts a va_list parameter. -- cgit v1.2.3