summaryrefslogtreecommitdiff
path: root/app-text/rman/files/rman-3.2-format-security.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-text/rman/files/rman-3.2-format-security.patch
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-text/rman/files/rman-3.2-format-security.patch')
-rw-r--r--app-text/rman/files/rman-3.2-format-security.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/app-text/rman/files/rman-3.2-format-security.patch b/app-text/rman/files/rman-3.2-format-security.patch
deleted file mode 100644
index 77070026bdb9..000000000000
--- a/app-text/rman/files/rman-3.2-format-security.patch
+++ /dev/null
@@ -1,16 +0,0 @@
- rman.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/rman.c b/rman.c
-index d09e547..e5fc88d 100644
---- a/rman.c
-+++ b/rman.c
-@@ -1372,7 +1372,7 @@ HTML(enum command cmd) {
- break;
- case BEGINSECTION: break;
- case ENDSECTION:
-- if (sectheadid==NAME && message!=NULL) printf(message);
-+ if (sectheadid==NAME && message!=NULL) printf("%s", message);
- break;
- case BEGINSUBSECTION: break;
- case ENDSUBSECTION: break;