From 90bc8b7404f7668ed0ab0bb93265ccdf9430c793 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Tue, 8 May 2018 09:30:08 +0200 Subject: [PATCH] posix.cfg: Add not-bool to last arguments where appropriate. (#1204) Add not-bool function argument configuration where appropriate to catch errors like this: https://github.com/git-for-windows/git/commit/df4ca5fb72ad062480fa1ba6556e2f7ca8da5acb --- cfg/posix.cfg | 302 ++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 279 insertions(+), 23 deletions(-) diff --git a/cfg/posix.cfg b/cfg/posix.cfg index 84bd1e7b6..e651badf2 100644 --- a/cfg/posix.cfg +++ b/cfg/posix.cfg @@ -10,6 +10,7 @@ + @@ -21,6 +22,7 @@ + 0: @@ -40,6 +42,7 @@ + @@ -55,6 +58,7 @@ + @@ -66,7 +70,9 @@ - + + + @@ -74,7 +80,9 @@ - + + + @@ -86,6 +94,7 @@ + @@ -109,6 +118,7 @@ + @@ -138,6 +148,7 @@ + @@ -158,6 +169,7 @@ + @@ -168,6 +180,7 @@ + @@ -181,6 +194,7 @@ + @@ -193,6 +207,7 @@ + @@ -205,6 +220,7 @@ + @@ -219,6 +235,7 @@ + @@ -234,9 +251,11 @@ + + @@ -250,6 +269,7 @@ + @@ -300,6 +320,7 @@ The obsolescent function 'usleep' is called. POSIX.1-2001 declares usleep() func + @@ -310,6 +331,7 @@ The obsolescent function 'usleep' is called. POSIX.1-2001 declares usleep() func + @@ -320,6 +342,7 @@ The obsolescent function 'usleep' is called. POSIX.1-2001 declares usleep() func + 0: @@ -340,6 +363,7 @@ The obsolescent function 'usleep' is called. POSIX.1-2001 declares usleep() func + Non reentrant function 'getrpcbyname' called. For threadsafe applications it is recommended to use the reentrant replacement function 'getrpcbyname_r'. @@ -351,6 +375,7 @@ The obsolescent function 'usleep' is called. POSIX.1-2001 declares usleep() func + Non reentrant function 'getrpcbynumber' called. For threadsafe applications it is recommended to use the reentrant replacement function 'getrpcbynumber_r'. @@ -371,6 +396,7 @@ The obsolescent function 'usleep' is called. POSIX.1-2001 declares usleep() func + Non reentrant function 'getprotobyname' called. For threadsafe applications it is recommended to use the reentrant replacement function 'getprotobyname_r'. @@ -382,6 +408,7 @@ The obsolescent function 'usleep' is called. POSIX.1-2001 declares usleep() func + Non reentrant function 'getprotobynumber' called. For threadsafe applications it is recommended to use the reentrant replacement function 'getprotobynumber_r'. @@ -405,6 +432,7 @@ The obsolescent function 'usleep' is called. POSIX.1-2001 declares usleep() func + Non reentrant function 'getservbyname' called. For threadsafe applications it is recommended to use the reentrant replacement function 'getservbyname_r'. @@ -419,6 +447,7 @@ The obsolescent function 'usleep' is called. POSIX.1-2001 declares usleep() func + Non reentrant function 'getservbyport' called. For threadsafe applications it is recommended to use the reentrant replacement function 'getservbyport_r'. @@ -439,6 +468,7 @@ The obsolescent function 'usleep' is called. POSIX.1-2001 declares usleep() func + Non reentrant function 'getnetbyname' called. For threadsafe applications it is recommended to use the reentrant replacement function 'getnetbyname_r'. @@ -453,6 +483,7 @@ The obsolescent function 'usleep' is called. POSIX.1-2001 declares usleep() func + Non reentrant function 'getnetbyaddr' called. For threadsafe applications it is recommended to use the reentrant replacement function 'getnetbyaddr_r'. @@ -473,6 +504,7 @@ The obsolescent function 'usleep' is called. POSIX.1-2001 declares usleep() func + @@ -488,6 +520,7 @@ The obsolescent function 'usleep' is called. POSIX.1-2001 declares usleep() func + Non reentrant function 'gethostbyname2' called. For threadsafe applications it is recommended to use the reentrant replacement function 'gethostbyname2_r'. @@ -506,6 +539,7 @@ The obsolescent function 'usleep' is called. POSIX.1-2001 declares usleep() func + @@ -516,6 +550,7 @@ The obsolescent function 'usleep' is called. POSIX.1-2001 declares usleep() func + @@ -543,6 +578,7 @@ The obsolescent function 'usleep' is called. POSIX.1-2001 declares usleep() func + @@ -557,6 +593,7 @@ The obsolescent function 'usleep' is called. POSIX.1-2001 declares usleep() func + @@ -566,6 +603,7 @@ The obsolescent function 'usleep' is called. POSIX.1-2001 declares usleep() func + @@ -578,6 +616,7 @@ The obsolescent function 'usleep' is called. POSIX.1-2001 declares usleep() func + 0: @@ -588,6 +627,7 @@ The obsolescent function 'usleep' is called. POSIX.1-2001 declares usleep() func + @@ -598,6 +638,7 @@ The obsolescent function 'usleep' is called. POSIX.1-2001 declares usleep() func + @@ -608,6 +649,7 @@ The obsolescent function 'usleep' is called. POSIX.1-2001 declares usleep() func + @@ -619,6 +661,7 @@ The obsolescent function 'usleep' is called. POSIX.1-2001 declares usleep() func + Obsolete function 'mktemp' called. It is recommended to use 'mkstemp' or 'mkdtemp' instead. The function 'mktemp' is considered to be dangerous due to race conditions and some implementations generating only up to 26 different filenames out of each template. This function has been removed in POSIX.1-2008. Use 'mkstemp' or 'mkdtemp' instead. @@ -633,6 +676,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + 0: @@ -647,6 +691,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -657,6 +702,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -667,6 +713,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -677,6 +724,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -691,6 +739,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -701,6 +750,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -714,6 +764,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -727,6 +778,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -739,6 +791,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -752,6 +805,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -764,6 +818,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -780,6 +835,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -796,6 +852,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -811,13 +868,17 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + + false + + @@ -831,6 +892,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -845,6 +907,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -855,6 +918,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -864,6 +928,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s false + @@ -874,6 +939,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -888,6 +954,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -897,6 +964,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -911,6 +979,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -920,6 +989,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -934,6 +1004,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -949,6 +1020,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + 0: @@ -962,6 +1034,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -975,6 +1048,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -984,6 +1058,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -997,6 +1072,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -1041,6 +1117,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -1057,6 +1134,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -1090,6 +1168,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + 0: @@ -1107,6 +1186,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + 0: @@ -1124,6 +1204,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -1153,6 +1236,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -1169,6 +1253,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -1201,6 +1288,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -1227,6 +1315,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -1253,6 +1342,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -1265,6 +1355,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + 0: @@ -1370,6 +1461,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -1408,6 +1500,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -1418,6 +1511,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -1428,6 +1522,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -1438,6 +1533,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -1448,6 +1544,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -1459,12 +1556,16 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + false + + + @@ -1480,6 +1581,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -1491,6 +1593,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -1500,6 +1603,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -1509,6 +1613,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -1523,6 +1628,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s false + @@ -1534,6 +1640,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s false + @@ -1542,6 +1649,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s false + @@ -1550,6 +1658,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s false + @@ -1558,6 +1667,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s false + @@ -1566,6 +1676,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s false + @@ -1575,7 +1686,9 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s - + + + @@ -1585,7 +1698,9 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s - + + + @@ -1599,7 +1714,9 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s - + + + @@ -1608,7 +1725,9 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s - + + + @@ -1618,7 +1737,9 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s - + + + @@ -1628,7 +1749,9 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s - + + + @@ -1638,7 +1761,9 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s - + + + @@ -1647,6 +1772,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -1656,6 +1782,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -1686,6 +1813,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -1709,6 +1837,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -1719,6 +1848,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -1734,6 +1864,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -1752,6 +1883,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -1780,6 +1912,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -1799,6 +1932,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s false + @@ -1819,6 +1953,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s false + Non reentrant function 'getpwnam' called. For threadsafe applications it is recommended to use the reentrant replacement function 'getpwnam_r'. @@ -1844,6 +1979,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -1858,7 +1994,9 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s 0: - + + + @@ -1867,6 +2005,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s false + Non reentrant function 'getpwuid' called. For threadsafe applications it is recommended to use the reentrant replacement function 'getpwuid_r'. @@ -1881,7 +2020,9 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s 0: - + + + @@ -1893,6 +2034,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s false + @@ -1911,6 +2053,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -1923,6 +2066,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -1938,6 +2082,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -1952,6 +2097,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -1967,6 +2113,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s 0: + @@ -1990,6 +2137,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -2006,6 +2154,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s false + @@ -2014,6 +2163,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s false + @@ -2025,6 +2175,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -2033,6 +2184,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s false + @@ -2044,6 +2196,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -2055,6 +2208,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -2069,6 +2223,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -2092,6 +2247,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -2111,6 +2267,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -2127,6 +2284,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -2153,7 +2311,9 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s - + + + @@ -2171,6 +2331,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -2187,6 +2348,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -2212,6 +2374,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -2222,6 +2385,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. @@ -2236,6 +2400,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -2246,6 +2411,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + Non reentrant function 'readdir' called. For threadsafe applications it is recommended to use the reentrant replacement function 'readdir_r'. @@ -2263,6 +2429,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -2279,6 +2446,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + 0: @@ -2299,6 +2467,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + 0: @@ -2313,6 +2482,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -2327,6 +2497,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -2341,6 +2512,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -2352,6 +2524,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + Non reentrant function 'gmtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'gmtime_r'. @@ -2365,6 +2538,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -2376,6 +2550,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -2387,6 +2562,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -2398,6 +2574,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -2407,7 +2584,9 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s - + + + @@ -2416,6 +2595,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -2467,6 +2647,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -2481,6 +2662,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -2518,6 +2700,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + 0: @@ -2542,6 +2725,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -2558,6 +2742,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -2574,6 +2759,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -2588,6 +2774,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -2603,6 +2790,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -2616,6 +2804,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -2718,6 +2907,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -2732,6 +2922,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -2746,6 +2937,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + Non reentrant function 'tempnam' called. For threadsafe applications it is recommended to use the reentrant replacement function 'tempnam_r'. @@ -2762,6 +2954,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + Non reentrant function 'crypt' called. For threadsafe applications it is recommended to use the reentrant replacement function 'crypt_r'. @@ -2773,6 +2966,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + Non reentrant function 'ttyname' called. For threadsafe applications it is recommended to use the reentrant replacement function 'ttyname_r'. @@ -2785,6 +2979,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + Non reentrant function 'getspnam' called. For threadsafe applications it is recommended to use the reentrant replacement function 'getspnam_r'. @@ -2805,6 +3000,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + Non reentrant function 'fgetspent' called. For threadsafe applications it is recommended to use the reentrant replacement function 'fgetspent_r'. @@ -2817,6 +3013,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + Non reentrant function 'sgetspent' called. For threadsafe applications it is recommended to use the reentrant replacement function 'sgetspent_r'. @@ -2829,6 +3026,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + Non reentrant function 'fgetpwent' called. For threadsafe applications it is recommended to use the reentrant replacement function 'fgetpwent_r'. @@ -2853,7 +3051,9 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s 0: - + + + @@ -2864,6 +3064,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + Non reentrant function 'fgetgrent' called. For threadsafe applications it is recommended to use the reentrant replacement function 'fgetgrent_r'. @@ -2880,6 +3081,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + Non reentrant function 'getnetgrent' called. For threadsafe applications it is recommended to use the reentrant replacement function 'getnetgrent_r'. @@ -2892,6 +3094,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + Non reentrant function 'getgrnam' called. For threadsafe applications it is recommended to use the reentrant replacement function 'getgrnam_r'. @@ -2903,6 +3106,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + Non reentrant function 'getgrgid' called. For threadsafe applications it is recommended to use the reentrant replacement function 'getgrgid_r'. @@ -2919,7 +3123,9 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s false - + + + Non reentrant function 'ctermid' called. For threadsafe applications it is recommended to use the reentrant replacement function 'ctermid_r'. @@ -2931,7 +3137,9 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s - + + + @@ -2942,6 +3150,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -2958,6 +3167,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -2969,6 +3179,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -2991,7 +3203,9 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s false - + + + @@ -3004,6 +3218,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -3021,6 +3236,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + 0: @@ -3033,6 +3249,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -3046,6 +3263,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -3063,6 +3281,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -3077,6 +3296,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -3085,7 +3305,9 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s false - + + + @@ -3098,6 +3320,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -3112,6 +3335,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -3131,6 +3355,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -3203,6 +3428,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + 0: @@ -3223,6 +3449,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -3237,6 +3464,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -3253,6 +3481,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -3264,7 +3493,9 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s - + + + @@ -3275,7 +3506,9 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s - + + + @@ -3295,6 +3528,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -3304,6 +3538,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -3322,6 +3557,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -3335,6 +3571,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -3345,6 +3582,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -3355,6 +3593,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -3368,6 +3607,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -3381,6 +3621,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -3394,6 +3635,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -3423,6 +3667,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -3435,6 +3680,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -3475,6 +3722,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -3488,6 +3736,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -3501,6 +3750,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -3514,6 +3764,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -3527,6 +3778,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -3544,6 +3796,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -3560,6 +3813,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -3570,6 +3824,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -3587,6 +3842,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + false