(xerces-c) branch xerces-3.2 updated: XERCESC-2163 - XercesMessages_en_US.cat is installed to wrong directory

2023-12-06 Thread scantor
This is an automated email from the ASF dual-hosted git repository. scantor 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 cfd2a1c8f XERCESC-2163 -

(xerces-c) branch master updated: XERCESC-2163 - XercesMessages_en_US.cat is installed to wrong directory

2023-12-06 Thread scantor
This is an automated email from the ASF dual-hosted git repository. scantor 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 08f809cd2 XERCESC-2163 -

[jira] [Commented] (XERCESC-2244) DOMDocument::normalizeDocument() fails

2023-12-06 Thread Scott Cantor (Jira)
[ https://issues.apache.org/jira/browse/XERCESC-2244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17793798#comment-17793798 ] Scott Cantor commented on XERCESC-2244: --- Unless you can propose a specific patch, I definitely

[jira] [Updated] (XERCESC-2244) DOMDocument::normalizeDocument() fails

2023-12-06 Thread Scott Cantor (Jira)
[ https://issues.apache.org/jira/browse/XERCESC-2244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Cantor updated XERCESC-2244: -- Affects Version/s: 3.2.3 3.2.2 3.2.1

[jira] (XERCESC-2237) NetAccessors do not work

2023-12-06 Thread Scott Cantor (Jira)
[ https://issues.apache.org/jira/browse/XERCESC-2237 ] Scott Cantor deleted comment on XERCESC-2237: --- was (Author: canto...@osu.edu): I do not believe this is a true report, but I will at least take a look given the sample attached. >

[jira] [Updated] (XERCESC-2237) NetAccessors do not work

2023-12-06 Thread Scott Cantor (Jira)
[ https://issues.apache.org/jira/browse/XERCESC-2237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Cantor updated XERCESC-2237: -- Affects Version/s: 3.2.5 > NetAccessors do not work > > >

[jira] [Assigned] (XERCESC-2188) Use-after-free on external DTD scan

2023-12-06 Thread Scott Cantor (Jira)
[ https://issues.apache.org/jira/browse/XERCESC-2188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Cantor reassigned XERCESC-2188: - Assignee: Boris Kolpackov > Use-after-free on external DTD scan >

[jira] [Updated] (XERCESC-2188) Use-after-free on external DTD scan

2023-12-06 Thread Scott Cantor (Jira)
[ https://issues.apache.org/jira/browse/XERCESC-2188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Cantor updated XERCESC-2188: -- Fix Version/s: 3.2.5 > Use-after-free on external DTD scan >

Re: [PR] build: Install XercesMessages_en_US.cat to /usr/share/xerces-c/msg [xerces-c]

2023-12-06 Thread via GitHub
scantor commented on PR #7: URL: https://github.com/apache/xerces-c/pull/7#issuecomment-1843295992 I applied the patch directly as I cannot do that with GitHub due to their terms of service, this can be closed by somebody that knows how. -- This is an automated message from the Apache

[jira] [Updated] (XERCESC-2163) XercesMessages_en_US.cat is installed to wrong directory

2023-12-06 Thread Scott Cantor (Jira)
[ https://issues.apache.org/jira/browse/XERCESC-2163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Cantor updated XERCESC-2163: -- Fix Version/s: 3.2.5 > XercesMessages_en_US.cat is installed to wrong directory >

[jira] [Updated] (XERCESC-2238) Missing AttributesImpl or AttributesListImpl or VecAttrListImpl copy constructor

2023-12-06 Thread Scott Cantor (Jira)
[ https://issues.apache.org/jira/browse/XERCESC-2238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Cantor updated XERCESC-2238: -- Labels: (was: easyfix) > Missing AttributesImpl or AttributesListImpl or VecAttrListImpl

[jira] [Closed] (XERCESC-2163) XercesMessages_en_US.cat is installed to wrong directory

2023-12-06 Thread Scott Cantor (Jira)
[ https://issues.apache.org/jira/browse/XERCESC-2163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Cantor closed XERCESC-2163. - > XercesMessages_en_US.cat is installed to wrong directory >

[jira] [Updated] (XERCESC-2163) XercesMessages_en_US.cat is installed to wrong directory

2023-12-06 Thread Scott Cantor (Jira)
[ https://issues.apache.org/jira/browse/XERCESC-2163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Cantor updated XERCESC-2163: -- Affects Version/s: 3.2.4 > XercesMessages_en_US.cat is installed to wrong directory >

[jira] [Resolved] (XERCESC-2163) XercesMessages_en_US.cat is installed to wrong directory

2023-12-06 Thread Scott Cantor (Jira)
[ https://issues.apache.org/jira/browse/XERCESC-2163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Cantor resolved XERCESC-2163. --- Assignee: Scott Cantor Resolution: Fixed Applied to both master and 3.2 branches. >

Re: [PR] XERCESC-2188 - Use-after-free on external DTD scan [xerces-c]

2023-12-06 Thread via GitHub
boris-kolpackov commented on code in PR #54: URL: https://github.com/apache/xerces-c/pull/54#discussion_r1417168833 ## src/xercesc/internal/ReaderMgr.cpp: ## @@ -873,33 +921,50 @@ bool ReaderMgr::isScanningPERefOutOfLiteral() const return false; } - bool

[jira] [Commented] (XERCESC-2188) Use-after-free on external DTD scan

2023-12-06 Thread Boris Kolpackov (Jira)
[ https://issues.apache.org/jira/browse/XERCESC-2188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17793670#comment-17793670 ] Boris Kolpackov commented on XERCESC-2188: -- A new PR with the fix:

[jira] [Commented] (XERCESC-2244) DOMDocument::normalizeDocument() fails

2023-12-06 Thread Markus Friedrich (Jira)
[ https://issues.apache.org/jira/browse/XERCESC-2244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17793874#comment-17793874 ] Markus Friedrich commented on XERCESC-2244: --- I also don't know this code and cannot provide a

[jira] [Commented] (XERCESC-2244) DOMDocument::normalizeDocument() fails

2023-12-06 Thread Scott Cantor (Jira)
[ https://issues.apache.org/jira/browse/XERCESC-2244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17793875#comment-17793875 ] Scott Cantor commented on XERCESC-2244: --- You seemed to be suggesting there's a second place it

[jira] [Comment Edited] (XERCESC-2244) DOMDocument::normalizeDocument() fails

2023-12-06 Thread Scott Cantor (Jira)
[ https://issues.apache.org/jira/browse/XERCESC-2244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17793875#comment-17793875 ] Scott Cantor edited comment on XERCESC-2244 at 12/6/23 6:27 PM: You