diff --git a/patches/Coverity/0001-sfnt2fon-Don-t-leak-output-name-if-specified-multipl.patch b/patches/Coverity/0001-sfnt2fon-Don-t-leak-output-name-if-specified-multipl.patch deleted file mode 100644 index 0405dc17..00000000 --- a/patches/Coverity/0001-sfnt2fon-Don-t-leak-output-name-if-specified-multipl.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 6f561502fe458837f3a5b27f477b1a52f33d88ba Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Andr=C3=A9=20Hentschel?= -Date: Mon, 16 Nov 2015 22:36:40 +0100 -Subject: sfnt2fon: Don't leak output name if specified multiple times - (Coverity) -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -Signed-off-by: André Hentschel ---- - tools/sfnt2fon/sfnt2fon.c | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/tools/sfnt2fon/sfnt2fon.c b/tools/sfnt2fon/sfnt2fon.c -index 7612bc2..f825ae4 100644 ---- a/tools/sfnt2fon/sfnt2fon.c -+++ b/tools/sfnt2fon/sfnt2fon.c -@@ -654,6 +654,7 @@ static char **parse_options( int argc, char **argv ) - option_defchar = atoi( optarg ); - break; - case 'o': -+ free( option_output ); - option_output = strdup( optarg ); - break; - case 'q': --- -2.6.2 - diff --git a/patches/Coverity/0002-winedump-Free-debug-string-in-case-it-was-not-freed-.patch b/patches/Coverity/0002-winedump-Free-debug-string-in-case-it-was-not-freed-.patch deleted file mode 100644 index 4d3b80ef..00000000 --- a/patches/Coverity/0002-winedump-Free-debug-string-in-case-it-was-not-freed-.patch +++ /dev/null @@ -1,30 +0,0 @@ -From 792e99d66b40481fb81042d51a12c861d8b33b51 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Andr=C3=A9=20Hentschel?= -Date: Mon, 16 Nov 2015 22:36:38 +0100 -Subject: winedump: Free debug string in case it was not freed in for-loop - (Coverity) -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -Signed-off-by: André Hentschel ---- - tools/winedump/msc.c | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/tools/winedump/msc.c b/tools/winedump/msc.c -index 5890b29..3f1fd98 100644 ---- a/tools/winedump/msc.c -+++ b/tools/winedump/msc.c -@@ -1378,6 +1378,8 @@ BOOL codeview_dump_symbols(const void* root, unsigned long size) - dump_data((const void*)sym, sym->generic.len + 2, " "); - } - } -+ -+ free(curr_func); - return TRUE; - } - --- -2.6.2 - diff --git a/patches/patchinstall.sh b/patches/patchinstall.sh index 16635717..e07587f7 100755 --- a/patches/patchinstall.sh +++ b/patches/patchinstall.sh @@ -84,7 +84,6 @@ warning() patch_enable_all () { enable_Compiler_Warnings="$1" - enable_Coverity="$1" enable_Pipelight="$1" enable_Staging="$1" enable_advapi32_CreateRestrictedToken="$1" @@ -431,9 +430,6 @@ patch_enable () Compiler_Warnings) enable_Compiler_Warnings="$2" ;; - Coverity) - enable_Coverity="$2" - ;; Pipelight) enable_Pipelight="$2" ;; @@ -2404,20 +2400,6 @@ if test "$enable_Compiler_Warnings" -eq 1; then ) >> "$patchlist" fi -# Patchset Coverity -# | -# | Modified files: -# | * tools/sfnt2fon/sfnt2fon.c, tools/winedump/msc.c -# | -if test "$enable_Coverity" -eq 1; then - patch_apply Coverity/0001-sfnt2fon-Don-t-leak-output-name-if-specified-multipl.patch - patch_apply Coverity/0002-winedump-Free-debug-string-in-case-it-was-not-freed-.patch - ( - printf '%s\n' '+ { "André Hentschel", "sfnt2fon: Don'\''t leak output name if specified multiple times (Coverity).", 1 },'; - printf '%s\n' '+ { "André Hentschel", "winedump: Free debug string in case it was not freed in for-loop (Coverity).", 1 },'; - ) >> "$patchlist" -fi - # Patchset Pipelight # | # | Modified files: