Closed
Bug 109952
Opened 23 years ago
Closed 22 years ago
transformiix segfaults
Categories
(Core :: XSLT, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: bugzilla3, Assigned: keith)
Details
If you run, say
transformiix -s adsflkajdslfkasjdf
you get a segfault at TxString.cpp:210, in the = operator overload, since you
dereference "source" but it's a NULL pointer.
Comment 1•23 years ago
|
||
No idea since when, but transforming from stdin is broken.
low priority, this is prolly gonna wait 'til after we restructure XSLTProcessor
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•22 years ago
|
||
fixed by string death and friends.
support for transforming from stdin was dropped, that doesn't have a base url
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•