mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-11-06 23:49:25 +03:00
better attempt to fix the problem in xsltProcessUserParamInternal reported
* libxslt/variables.c: better attempt to fix the problem in xsltProcessUserParamInternal reported by Babak Vahedipour-Kunze Daniel
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
Mon Apr 29 17:22:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
|
* libxslt/variables.c: better attempt to fix the problem in
|
||||||
|
xsltProcessUserParamInternal reported by Babak Vahedipour-Kunze
|
||||||
|
|
||||||
Sun Apr 28 17:53:23 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
|
Sun Apr 28 17:53:23 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
|
||||||
|
|
||||||
* win32/dsp/*.dsp: Removed obsolete macros
|
* win32/dsp/*.dsp: Removed obsolete macros
|
||||||
|
|||||||
@@ -778,6 +778,9 @@ xsltProcessUserParamInternal(xsltTransformContextPtr ctxt,
|
|||||||
ncname = xmlStrdup(name);
|
ncname = xmlStrdup(name);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (ncname == NULL)
|
||||||
|
return (-1);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Do the evaluation if @eval is non-zero.
|
* Do the evaluation if @eval is non-zero.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user