Share

ScrollKeeper

Tracker: Patches

5 XML validation context not initialized enough - ID: 869631
Last Update: Comment added ( chomo )

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, ).


Miloslav Trmac ( trmac ) - 2004-01-02 23:20

5

Open

None

Nobody/Anonymous

None

None

Public


Comment ( 1 )




Date: 2004-07-31 20:56
Sender: chomo

Logged In: YES
user_id=943591

this might need


Log in to comment.

Attached File ( 1 )

Filename Description Download
scrollkeeper-patch Download

Change ( 1 )

Field Old Value Date By
File Added 72093: scrollkeeper-patch 2004-01-02 23:20 trmac