[GitHub] [xerces-c] johnjamesmccann commented on pull request #47: [XERCESC-2188] Fix potential double-free in usage of ReaderMgr::pushReader()

2022-05-17 Thread GitBox
johnjamesmccann commented on PR #47: URL: https://github.com/apache/xerces-c/pull/47#issuecomment-1128824805 Hello Scott Cantor, Did this hot fix make it into the xerces code base? I think previously you alluded to the possibility of having this in the code base for a release in spri

[GitHub] [xerces-c] scantor commented on pull request #47: [XERCESC-2188] Fix potential double-free in usage of ReaderMgr::pushReader()

2022-05-17 Thread GitBox
scantor commented on PR #47: URL: https://github.com/apache/xerces-c/pull/47#issuecomment-1128832049 No, and no, I have no expectation of any releases. If a security issue that actually affects my code comes up I would probably apply this and bumping to 3.3. This cannot be part of a patch t

[jira] [Updated] (XERCESC-2236) Dependencies aren't loaded when using provided CMake config package

2022-05-17 Thread Fred Hornsey (Jira)
[ https://issues.apache.org/jira/browse/XERCESC-2236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fred Hornsey updated XERCESC-2236: -- Attachment: xercesc-2236-fix.patch > Dependencies aren't loaded when using provided CMake con

[jira] [Commented] (XERCESC-2236) Dependencies aren't loaded when using provided CMake config package

2022-05-17 Thread Fred Hornsey (Jira)
[ https://issues.apache.org/jira/browse/XERCESC-2236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17538414#comment-17538414 ] Fred Hornsey commented on XERCESC-2236: --- I've attached a patch that seems to fix

[GitHub] [xerces-c] iguessthislldo opened a new pull request, #49: Mark Xerces Dependencies as `PRIVATE` in CMake

2022-05-17 Thread GitBox
iguessthislldo opened a new pull request, #49: URL: https://github.com/apache/xerces-c/pull/49 Fixes https://issues.apache.org/jira/browse/XERCESC-2236, where trying to use the generated CMake config package doesn't work because the dependencies are not loaded using `find_package` in the co

[jira] [Commented] (XERCESC-2236) Dependencies aren't loaded when using provided CMake config package

2022-05-17 Thread Fred Hornsey (Jira)
[ https://issues.apache.org/jira/browse/XERCESC-2236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17538502#comment-17538502 ] Fred Hornsey commented on XERCESC-2236: --- I took that change, added a fix for a te