Possible crash fix for xmlCleanupParser - Mailing list pgadmin-hackers

From Neel Patel
Subject Possible crash fix for xmlCleanupParser
Date
Msg-id CAMcbDBGWLrE7Nx6VN_SQD16E8bw=33bv4-bHOp=SoGhNV25YTg@mail.gmail.com
Whole thread Raw
Responses Re: Possible crash fix for xmlCleanupParser  (Dave Page <dave.page@enterprisedb.com>)
List pgadmin-hackers
Hi Dave,

Please find attached patch for the below issue in pgAdmin.

"As per libxml2 document (below link) we should call xmlCleanupParser() only one time when the application exists not every time when we compute the xml parser. As per the document application may crash if another thread or plugin still using the libxml2". 


Kindly review it and let me know for any modification.

Thanks,
Neel Patel
Attachment

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin III commit: Correct the version number for a fix following a ch
Next
From: Dave Page
Date:
Subject: Re: Possible crash fix for xmlCleanupParser