From acebfac1762441422631348e69f0ba4a827b151e Mon Sep 17 00:00:00 2001 From: orbitcowboy Date: Sun, 3 Feb 2019 20:38:33 +0100 Subject: [PATCH] Added missing -tag to strdup()-like functions. In case the return value is not taken in account, a logical error is revealed. --- cfg/gtk.cfg | 1 + cfg/posix.cfg | 3 +++ cfg/windows.cfg | 2 ++ 3 files changed, 6 insertions(+) diff --git a/cfg/gtk.cfg b/cfg/gtk.cfg index 257f4db04..bddca522d 100644 --- a/cfg/gtk.cfg +++ b/cfg/gtk.cfg @@ -18088,6 +18088,7 @@ false + diff --git a/cfg/posix.cfg b/cfg/posix.cfg index 02551b444..7824c3bc4 100644 --- a/cfg/posix.cfg +++ b/cfg/posix.cfg @@ -701,6 +701,7 @@ The obsolescent function 'usleep' is called. POSIX.1-2001 declares usleep() func false + @@ -711,6 +712,7 @@ The obsolescent function 'usleep' is called. POSIX.1-2001 declares usleep() func false + @@ -725,6 +727,7 @@ The obsolescent function 'usleep' is called. POSIX.1-2001 declares usleep() func false + diff --git a/cfg/windows.cfg b/cfg/windows.cfg index 708376b9f..e688ecbb9 100644 --- a/cfg/windows.cfg +++ b/cfg/windows.cfg @@ -2154,6 +2154,7 @@ HFONT CreateFont( unsigned char *_mbsdup(const unsigned char *strSource);--> false + @@ -2163,6 +2164,7 @@ HFONT CreateFont( wchar_t *_wcsdup_dbg(const wchar_t *strSource, int blockType, const char *filename, int linenumber);--> false +