From f89c60603185de1960a86f432a65aa8f680c0630 Mon Sep 17 00:00:00 2001 From: orbitcowboy Date: Tue, 13 Dec 2016 11:39:10 +0100 Subject: [PATCH] std.cfg: Added missing argument numbers to va_arg, va_copy, va_end and va_start. --- cfg/std.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cfg/std.cfg b/cfg/std.cfg index 8cf516d63..12bf9e164 100644 --- a/cfg/std.cfg +++ b/cfg/std.cfg @@ -3593,21 +3593,25 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun false + false + false + false +