Menu

#6 XML validation context not initialized enough

open
nobody
None
5
2004-01-02
2004-01-02
No

Attached patch fixes an uninitialized memory reference
within libxml
caused by using not-quite-initialized XML validation
context.
It would look more OO to use xmlNewValidCtxt () and
xmlFreeValidCtx (), but the only real change would be using
malloc ()/free () instead of stack allocation;
xmlNewValidCtxt ()
is just malloc () and memset (, 0, ).

Discussion

  • Miloslav Trmac

    Miloslav Trmac - 2004-01-02
     
  • alan johnson

    alan johnson - 2004-07-31

    Logged In: YES
    user_id=943591

    this might need

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.