diff options
| author | Sam James <sam@gentoo.org> | 2021-04-19 20:34:10 +0100 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2021-04-19 20:40:33 +0100 |
| commit | f9f313b97644abf29ed46a2eed770b996e906755 (patch) | |
| tree | d287cd4f64a93514ecab10546efe5a7d8bce98a4 /dev-util/patchutils/files/patchutils-0.3.3-format-security.patch | |
| parent | 571f9da4534b2403c7024059c5597205972f8250 (diff) | |
| download | gentoo-f9f313b97644abf29ed46a2eed770b996e906755.tar.gz gentoo-f9f313b97644abf29ed46a2eed770b996e906755.tar.bz2 gentoo-f9f313b97644abf29ed46a2eed770b996e906755.zip | |
dev-util/patchutils: drop 0.3.4
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/patchutils/files/patchutils-0.3.3-format-security.patch')
| -rw-r--r-- | dev-util/patchutils/files/patchutils-0.3.3-format-security.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-util/patchutils/files/patchutils-0.3.3-format-security.patch b/dev-util/patchutils/files/patchutils-0.3.3-format-security.patch deleted file mode 100644 index be190b65a734..000000000000 --- a/dev-util/patchutils/files/patchutils-0.3.3-format-security.patch +++ /dev/null @@ -1,25 +0,0 @@ - src/filterdiff.c | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/src/filterdiff.c b/src/filterdiff.c -index eb08d49..0b2b301 100644 ---- a/src/filterdiff.c -+++ b/src/filterdiff.c -@@ -1263,7 +1263,7 @@ read_regex_file (const char *file) - char errstr[300]; - regerror (err, ®ex[num_regex - 1], errstr, - sizeof (errstr)); -- error (EXIT_FAILURE, 0, errstr); -+ error (EXIT_FAILURE, 0, "%s", errstr); - exit (1); - } - } -@@ -1509,7 +1509,7 @@ int main (int argc, char *argv[]) - char errstr[300]; - regerror (err, ®ex[num_regex - 1], errstr, - sizeof (errstr)); -- error (EXIT_FAILURE, 0, errstr); -+ error (EXIT_FAILURE, 0, "%s", errstr); - exit (1); - } - } |
