From d8c282333efa14efc2d49ee6018d3330df9e48a7 Mon Sep 17 00:00:00 2001 From: chrchr-github <78114321+chrchr-github@users.noreply.github.com> Date: Mon, 6 May 2024 10:54:56 +0200 Subject: [PATCH 1/7] Update posix.cfg --- cfg/posix.cfg | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/cfg/posix.cfg b/cfg/posix.cfg index a66e0210908..a9069c045e8 100644 --- a/cfg/posix.cfg +++ b/cfg/posix.cfg @@ -5,6 +5,7 @@ + false @@ -2901,6 +2902,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + false @@ -2911,6 +2913,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + false @@ -2921,6 +2924,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + false @@ -2931,6 +2935,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + false @@ -5456,6 +5461,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + false @@ -5926,6 +5932,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + false @@ -6174,6 +6181,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + false From 841a225f4250682172cf2a2262d879189add9e19 Mon Sep 17 00:00:00 2001 From: chrchr-github <78114321+chrchr-github@users.noreply.github.com> Date: Mon, 6 May 2024 10:55:32 +0200 Subject: [PATCH 2/7] Update std.cfg --- cfg/std.cfg | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/cfg/std.cfg b/cfg/std.cfg index bcea6e88b28..1e61407f34c 100644 --- a/cfg/std.cfg +++ b/cfg/std.cfg @@ -1074,6 +1074,7 @@ + false @@ -1608,6 +1609,7 @@ + false @@ -3253,6 +3255,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun + log(arg1) false @@ -3264,6 +3267,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun + log(arg1) false @@ -3275,6 +3279,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun + log(arg1) false @@ -3288,6 +3293,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun + false @@ -3299,6 +3305,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun + false @@ -3308,6 +3315,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun + @@ -3323,6 +3331,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun + @@ -5636,6 +5645,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun + arg1 < 'a' || arg1 > 'z' ? arg1 : arg1 - 32 false @@ -5648,6 +5658,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun + false @@ -8594,6 +8605,7 @@ initializer list (7) string& replace (const_iterator i1, const_iterator i2, init + false From 60e4e71e5cf6dc3a23e9f64634116cc5e7a2d2ba Mon Sep 17 00:00:00 2001 From: chrchr-github <78114321+chrchr-github@users.noreply.github.com> Date: Mon, 6 May 2024 10:56:18 +0200 Subject: [PATCH 3/7] Update qt.cfg --- cfg/qt.cfg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cfg/qt.cfg b/cfg/qt.cfg index 8d599ed5d3d..a619579545f 100644 --- a/cfg/qt.cfg +++ b/cfg/qt.cfg @@ -63,6 +63,7 @@ + false @@ -147,6 +148,7 @@ + false @@ -2338,6 +2340,8 @@ + + false @@ -2722,6 +2726,7 @@ + false From eef3f066390f8a113c59c436dde809c09a4919eb Mon Sep 17 00:00:00 2001 From: chrchr-github <78114321+chrchr-github@users.noreply.github.com> Date: Mon, 6 May 2024 11:00:47 +0200 Subject: [PATCH 4/7] Update std.cfg --- cfg/std.cfg | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cfg/std.cfg b/cfg/std.cfg index 1e61407f34c..f7e4a662348 100644 --- a/cfg/std.cfg +++ b/cfg/std.cfg @@ -1074,7 +1074,6 @@ - false @@ -1609,7 +1608,6 @@ - false @@ -8605,7 +8603,7 @@ initializer list (7) string& replace (const_iterator i1, const_iterator i2, init - + false From ff8864156865c43aa5186f3b479e930b37b27e1d Mon Sep 17 00:00:00 2001 From: chrchr-github <78114321+chrchr-github@users.noreply.github.com> Date: Mon, 6 May 2024 11:07:19 +0200 Subject: [PATCH 5/7] Update std.cfg --- cfg/std.cfg | 2 -- 1 file changed, 2 deletions(-) diff --git a/cfg/std.cfg b/cfg/std.cfg index f7e4a662348..dac3d19be99 100644 --- a/cfg/std.cfg +++ b/cfg/std.cfg @@ -3313,7 +3313,6 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun - @@ -3329,7 +3328,6 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun - From 25f1b4bf9f1b0795bdd82d3ad1e39baceeaf2990 Mon Sep 17 00:00:00 2001 From: chrchr-github <78114321+chrchr-github@users.noreply.github.com> Date: Mon, 6 May 2024 11:34:31 +0200 Subject: [PATCH 6/7] Update qt.cfg --- cfg/qt.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/cfg/qt.cfg b/cfg/qt.cfg index a619579545f..649da58344e 100644 --- a/cfg/qt.cfg +++ b/cfg/qt.cfg @@ -2340,7 +2340,6 @@ - false From d9b1f4287c0a712a363faefddc81066ca0ab9380 Mon Sep 17 00:00:00 2001 From: chrchr-github <78114321+chrchr-github@users.noreply.github.com> Date: Mon, 6 May 2024 14:42:48 +0200 Subject: [PATCH 7/7] Update qt.cfg --- cfg/qt.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cfg/qt.cfg b/cfg/qt.cfg index 649da58344e..840293b1778 100644 --- a/cfg/qt.cfg +++ b/cfg/qt.cfg @@ -2339,7 +2339,7 @@ - + false @@ -2360,6 +2360,7 @@ + false