jlec 15/03/20 11:06:52 Added: tclxml-3.2-format-security.patch Log: Drop old; fix SLOT operators; Bump EAPI (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.1 dev-tcltk/tclxml/files/tclxml-3.2-format-security.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tclxml/files/tclxml-3.2-format-security.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tclxml/files/tclxml-3.2-format-security.patch?rev=1.1&content-type=text/plain Index: tclxml-3.2-format-security.patch =================================================================== tclxslt-libxslt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tclxslt-libxslt.c b/tclxslt-libxslt.c index d943bf7..d18f645 100644 --- a/tclxslt-libxslt.c +++ b/tclxslt-libxslt.c @@ -1506,7 +1506,7 @@ TclXSLTExtFunction(xpathCtxt, nargs) obj = TclXSLT_ConvertTclObjToXPathObj(extinfo->interp, resultPtr); valuePush(xpathCtxt, obj); } else { - xmlGenericError(xmlGenericErrorContext, + xmlGenericError(xmlGenericErrorContext, "%s", Tcl_GetStringFromObj(resultPtr, NULL)); /* Need to define a new error code - this is the closest in meaning */ xpathCtxt->error = XPATH_UNKNOWN_FUNC_ERROR;
