summaryrefslogtreecommitdiff
path: root/app-editors/ee/files/ee-Wformat-security.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/ee/files/ee-Wformat-security.patch')
-rw-r--r--app-editors/ee/files/ee-Wformat-security.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/app-editors/ee/files/ee-Wformat-security.patch b/app-editors/ee/files/ee-Wformat-security.patch
deleted file mode 100644
index 6db64188347a..000000000000
--- a/app-editors/ee/files/ee-Wformat-security.patch
+++ /dev/null
@@ -1,28 +0,0 @@
---- a/ee.c
-+++ b/ee.c
-@@ -2105,11 +2105,11 @@
- }
- else if (!strcmp("-?", buff))
- {
-- fprintf(stderr, usage0, arguments[0]);
-- fprintf(stderr, usage1);
-- fprintf(stderr, usage2);
-- fprintf(stderr, usage3);
-- fprintf(stderr, usage4);
-+ fprintf(stderr, "%s", usage0, arguments[0]);
-+ fprintf(stderr, "%s", usage1);
-+ fprintf(stderr, "%s", usage2);
-+ fprintf(stderr, "%s", usage3);
-+ fprintf(stderr, "%s", usage4);
- exit(1);
- }
- else if ((*buff == '+') && (start_at_line == NULL))
-@@ -3243,7 +3243,7 @@
- }
- if (shell_fork)
- {
-- printf(continue_msg);
-+ printf("%s", continue_msg);
- fflush(stdout);
- while ((in = getchar()) != '\n')
- ;