1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-11-05 12:10:38 +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:
Daniel Veillard
2002-04-29 15:26:21 +00:00
parent 328d1ce2ca
commit 0106ddbfd3
2 changed files with 8 additions and 0 deletions

View File

@@ -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>
* win32/dsp/*.dsp: Removed obsolete macros

View File

@@ -778,6 +778,9 @@ xsltProcessUserParamInternal(xsltTransformContextPtr ctxt,
ncname = xmlStrdup(name);
}
if (ncname == NULL)
return (-1);
/*
* Do the evaluation if @eval is non-zero.
*/