[GitHub] [xerces-c] rleigh-codelibre merged pull request #31: XERCESC-2219: [Backport 3.2] XMLReader constructor: fix memory leak when refreshRawBuffer() throws

2021-08-23 Thread GitBox
rleigh-codelibre merged pull request #31: URL: https://github.com/apache/xerces-c/pull/31 -- 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:

[xerces-c] branch xerces-3.2 updated: XMLReader constructor: fix memory leak when refreshRawBuffer() throws

2021-08-23 Thread rleigh
This is an automated email from the ASF dual-hosted git repository. rleigh pushed a commit to branch xerces-3.2 in repository https://gitbox.apache.org/repos/asf/xerces-c.git The following commit(s) were added to refs/heads/xerces-3.2 by this push: new 286051c XMLReader constructor: fix

[GitHub] [xerces-c] rleigh-codelibre merged pull request #30: XERCESC-2219: XMLReader constructor: fix memory leak when refreshRawBuffer() throws

2021-08-23 Thread GitBox
rleigh-codelibre merged pull request #30: URL: https://github.com/apache/xerces-c/pull/30 -- 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:

[xerces-c] branch master updated: XMLReader constructor: fix memory leak when refreshRawBuffer() throws

2021-08-23 Thread rleigh
This is an automated email from the ASF dual-hosted git repository. rleigh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/xerces-c.git The following commit(s) were added to refs/heads/master by this push: new cf436ab XMLReader constructor: fix memory

Xerces-C++ 3.2.4

2021-08-23 Thread Roger Leigh
Hi folks, Would it be possible to add 3.2.4 as a new unreleased version in Jira?  As you have probably seen, Even Rouault has made several changes to fix bugs on the 3.2 branch, and it would be useful to release them. Are there any other needed fixes to go into a new 3.2 point release?

[jira] [Created] (XERCESC-2219) XMLReader constructor: memory leak when refreshRawBuffer() throws

2021-08-23 Thread Roger Leigh (Jira)
Roger Leigh created XERCESC-2219: Summary: XMLReader constructor: memory leak when refreshRawBuffer() throws Key: XERCESC-2219 URL: https://issues.apache.org/jira/browse/XERCESC-2219 Project:

[xerces-c] branch xerces-3.2 updated: CurlURLInputStream constructor: avoid memory leak

2021-08-23 Thread rleigh
This is an automated email from the ASF dual-hosted git repository. rleigh pushed a commit to branch xerces-3.2 in repository https://gitbox.apache.org/repos/asf/xerces-c.git The following commit(s) were added to refs/heads/xerces-3.2 by this push: new b8f2b83 CurlURLInputStream

[GitHub] [xerces-c] rleigh-codelibre merged pull request #28: XERCESC-2218: CurlURLInputStream constructor: avoid memory leak

2021-08-23 Thread GitBox
rleigh-codelibre merged pull request #28: URL: https://github.com/apache/xerces-c/pull/28 -- 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:

[GitHub] [xerces-c] rleigh-codelibre merged pull request #29: XERCESC-2218: [Backport 3.2] CurlURLInputStream constructor: avoid memory leak

2021-08-23 Thread GitBox
rleigh-codelibre merged pull request #29: URL: https://github.com/apache/xerces-c/pull/29 -- 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:

[xerces-c] branch master updated: CurlURLInputStream constructor: avoid memory leak

2021-08-23 Thread rleigh
This is an automated email from the ASF dual-hosted git repository. rleigh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/xerces-c.git The following commit(s) were added to refs/heads/master by this push: new 327abd3 CurlURLInputStream constructor:

[jira] [Created] (XERCESC-2218) CurlURLInputStream constructor memory leak

2021-08-23 Thread Roger Leigh (Jira)
Roger Leigh created XERCESC-2218: Summary: CurlURLInputStream constructor memory leak Key: XERCESC-2218 URL: https://issues.apache.org/jira/browse/XERCESC-2218 Project: Xerces-C++ Issue

[GitHub] [xerces-c] rleigh-codelibre merged pull request #25: XERCESC-2217: [Backport 3.2] ICUTranscoder::transcodeFrom(): fix read heap-buffer-overflow

2021-08-23 Thread GitBox
rleigh-codelibre merged pull request #25: URL: https://github.com/apache/xerces-c/pull/25 -- 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:

[xerces-c] branch xerces-3.2 updated: ICUTranscoder::transcodeFrom(): fix read heap-buffer-overflow

2021-08-23 Thread rleigh
This is an automated email from the ASF dual-hosted git repository. rleigh pushed a commit to branch xerces-3.2 in repository https://gitbox.apache.org/repos/asf/xerces-c.git The following commit(s) were added to refs/heads/xerces-3.2 by this push: new 4d35954

[GitHub] [xerces-c] rleigh-codelibre merged pull request #24: XERCESC-2217: ICUTranscoder::transcodeFrom(): fix read heap-buffer-overflow

2021-08-23 Thread GitBox
rleigh-codelibre merged pull request #24: URL: https://github.com/apache/xerces-c/pull/24 -- 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:

[xerces-c] branch master updated: ICUTranscoder::transcodeFrom(): fix read heap-buffer-overflow

2021-08-23 Thread rleigh
This is an automated email from the ASF dual-hosted git repository. rleigh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/xerces-c.git The following commit(s) were added to refs/heads/master by this push: new e335da5 ICUTranscoder::transcodeFrom(): fix

[jira] [Created] (XERCESC-2217) ICUTranscoder::transcodeFrom buffer overflow

2021-08-23 Thread Roger Leigh (Jira)
Roger Leigh created XERCESC-2217: Summary: ICUTranscoder::transcodeFrom buffer overflow Key: XERCESC-2217 URL: https://issues.apache.org/jira/browse/XERCESC-2217 Project: Xerces-C++ Issue

[GitHub] [xerces-c] rouault opened a new pull request #31: [Backport 3.2] XMLReader constructor: fix memory leak when refreshRawBuffer() throws

2021-08-23 Thread GitBox
rouault opened a new pull request #31: URL: https://github.com/apache/xerces-c/pull/31 Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=37529 on GDAL The backtrace of the exception that caused the memory leak was: ``` Catchpoint 1 (exception thrown),

[GitHub] [xerces-c] rouault opened a new pull request #30: XMLReader constructor: fix memory leak when refreshRawBuffer() throws

2021-08-23 Thread GitBox
rouault opened a new pull request #30: URL: https://github.com/apache/xerces-c/pull/30 Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=37529 on GDAL The backtrace of the exception that caused the memory leak was: ``` Catchpoint 1 (exception thrown),