After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 105629 - xsltDocumentFunctionLoadDocument strange code, null pointer exception
xsltDocumentFunctionLoadDocument strange code, null pointer exception
Status: VERIFIED DUPLICATE of bug 105450
Product: libxslt
Classification: Platform
Component: general
1.0.25
Other All
: Normal minor
: ---
Assigned To: Daniel Veillard
Daniel Veillard
Depends on:
Blocks:
 
 
Reported: 2003-02-09 10:13 UTC by Kupriyanov Anatolij
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Kupriyanov Anatolij 2003-02-09 10:13:16 UTC
Check please xsltDocumentFunctionLoadDocument function.
File 'functions.c', line 143: "(URI[0] = '#') ||"
I suggest it should be "(URI[0] == '#') ||"
Also, this function cause null pointer exception at line 155 "doc = 
xsltdoc->doc;" then requested document not found.
Comment 1 Daniel Veillard 2003-02-09 10:55:43 UTC

*** This bug has been marked as a duplicate of 105450 ***