On Wed, Nov 20, 2013 at 09:52:27AM +, Tassyns, Bram wrote:
>Hi, the bug tracking system of libxml2 only mentions up to version
>2.7.8 but I found one in 2.9.1.
>
>Where should I log it and how?
>
>The bug is that when xmlReadIO is the first call you do on the library
>it c
Hi, the bug tracking system of libxml2 only mentions up to version 2.7.8 but I found one in 2.9.1.
Where should I log it and how?
The bug is that when xmlReadIO is the first call you do on the library it crashes because xmlInitParser hasn't been called yet.
If I interpret the documentation cor