rouault opened a new pull request #28:
URL: https://github.com/apache/xerces-c/pull/28


   CurlURLInputStream constructor calls the readMore() method, which can
   throw exceptions. In that situation, the destructor is not called, which
   results in resource/memory leaks. To fix that, catch the exceptions,
   manually do the cleanup and rethrow the exceptions.
   
   Found by ossfuzz (locally)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: c-dev-unsubscr...@xerces.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscr...@xerces.apache.org
For additional commands, e-mail: c-dev-h...@xerces.apache.org

Reply via email to