jlec        15/02/20 14:09:26

  Added:                rman-3.2-format-security.patch
  Log:
  Bump to EAPI=5 and fix format-security problems, #521006
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.1                  app-text/rman/files/rman-3.2-format-security.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/rman/files/rman-3.2-format-security.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/rman/files/rman-3.2-format-security.patch?rev=1.1&content-type=text/plain

Index: rman-3.2-format-security.patch
===================================================================
 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;




Reply via email to