From: Martin Mares Date: Fri, 13 Oct 2006 09:28:59 +0000 (+0200) Subject: stk_printf() has been fixed. X-Git-Tag: holmes-import~509^2~1 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=40ebd7f4386ff910180c0d6b656e3c889f188866;p=libucw.git stk_printf() has been fixed. --- diff --git a/lib/THREADS b/lib/THREADS index 1cb77b65..9593c217 100644 --- a/lib/THREADS +++ b/lib/THREADS @@ -7,4 +7,3 @@ There are some exceptions: - logging functions are safe as long as you don't switch log files - setproctitle() is not safe, it modifies global state - handle_signal() is not safe, it modifies global state -- stk_printf() is not safe, it currently uses a global buffer (FIXME!)