jlec 15/04/08 09:25:31 Added: omniORB-4.1.4-format-security.patch Log: Bump EAPI and python support; fix for format-security, bug #520590 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.1 net-misc/omniORB/files/omniORB-4.1.4-format-security.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/omniORB/files/omniORB-4.1.4-format-security.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/omniORB/files/omniORB-4.1.4-format-security.patch?rev=1.1&content-type=text/plain Index: omniORB-4.1.4-format-security.patch =================================================================== src/tool/omniidl/cxx/cccp/cccp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tool/omniidl/cxx/cccp/cccp.c b/src/tool/omniidl/cxx/cccp/cccp.c index 0198b1a..64d80ae 100644 --- a/src/tool/omniidl/cxx/cccp/cccp.c +++ b/src/tool/omniidl/cxx/cccp/cccp.c @@ -8034,7 +8034,7 @@ macroexpand (hp, op) else parse_error = macarg (NULL_PTR, 0); if (parse_error) { - error_with_line (line_for_error (start_line), parse_error); + error_with_line (line_for_error (start_line), "%s", parse_error); break; } i++;