From 0ae24b950f9a2efd35f52f23e2f5ac10a968f0a3 Mon Sep 17 00:00:00 2001 From: versat Date: Tue, 5 Mar 2019 14:44:33 +0100 Subject: [PATCH] std.cfg: Add support for snprintf_s(). sprintf_s works very similar but it is already configured in the windows library. Configuring sprintf_s in std.cfg leads to conflicts in the windows configuration tests. Found by daca@home --- cfg/std.cfg | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/cfg/std.cfg b/cfg/std.cfg index d2856c128..dd7efb2b5 100644 --- a/cfg/std.cfg +++ b/cfg/std.cfg @@ -5787,6 +5787,28 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun + + + + + false + + + + + + + + 0: + + + + + + + + +