You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-text/rman/files/rman-3.2-format-security.patch

12 lines
336 B

--- 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;