[libxml-devel] Seg fault when trying to parse empty string
Christopher J. Bottaro
cjbottaro at alumni.cs.utexas.edu
Mon Dec 3 11:54:58 EST 2007
Hello,
This code segment segfaults:
p = XML::Parser.new
p.string = ''
p.parse
I'm using revision 220.
Btw, is that the preferred way to load XML from a string instead of a file?
Thanks.
More information about the libxml-devel
mailing list