Re: Prepping a 3.2.4 release

2022-10-06 Thread Boris Kolpackov
Cantor, Scott writes: > Were it my decision, I would post a warning that the code is being > sunsetted and anybody on it should be getting off it. Getting off to what? Xerces-C++, with all its warts, is the only working, open source XML Schema implementation for C/C++. And I know for a fact

[GitHub] [xerces-c] scantor commented on pull request #44: [XERCESC-2233] DFAContentModel::buildDFA(): fix memory leaks when OutOfMemoryException occurs

2022-10-06 Thread GitBox
scantor commented on PR #44: URL: https://github.com/apache/xerces-c/pull/44#issuecomment-1269963838 Given that this is just fixing a memory leak in a case where the process is going to die anyway, I'm inclined to leave it out of the branch and this patch release. That's not a good enough

[jira] [Updated] (XERCESC-2233) DFAContentModel::buildDFA(): fix memory leaks when OutOfMemoryException occurs

2022-10-06 Thread Scott Cantor (Jira)
[ https://issues.apache.org/jira/browse/XERCESC-2233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Cantor updated XERCESC-2233: -- Fix Version/s: 4.0.0 (was: 3.2.4) > DFAContentModel::buildDFA(): fix

[xerces-c] branch xerces-3.2 updated: XERCESC-2195 - Invalid attribute in .gitattributes file

2022-10-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 e4d2a4c29 XERCESC-2195 - Invalid

[GitHub] [xerces-c] scantor commented on pull request #51: [XERCESC-2241] Fix integer overflows in DFAContentModel class

2022-10-06 Thread GitBox
scantor commented on PR #51: URL: https://github.com/apache/xerces-c/pull/51#issuecomment-1269983028 (My only concern re: compatibility was the reference to size_it in the max function possibly causing compatibility issues, but I'll take the risk.) -- This is an automated message from

[GitHub] [xerces-c] scantor commented on pull request #51: [XERCESC-2241] Fix integer overflows in DFAContentModel class

2022-10-06 Thread GitBox
scantor commented on PR #51: URL: https://github.com/apache/xerces-c/pull/51#issuecomment-1269982071 @rleigh-codelibre If you can apply this to master that will make it easier for me to cherry-pick back to the branch. -- This is an automated message from the Apache Git Service. To

Re: Prepping a 3.2.4 release

2022-10-06 Thread Cantor, Scott
>Getting off to what? Xerces-C++, with all its warts, is the only working, >open source XML Schema implementation for C/C++. And I know for a fact >that it is being used without much problems by quite a few people. That's not relevant to the question. "There is nothing" is a real

[jira] [Resolved] (XERCESC-2228) DFAContentModel: fix memory leaks when OutOfMemoryException occurs

2022-10-06 Thread Scott Cantor (Jira)
[ https://issues.apache.org/jira/browse/XERCESC-2228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Cantor resolved XERCESC-2228. --- Fix Version/s: 4.0.0 Resolution: Fixed For now I'm reapplying this to the branch

[jira] [Resolved] (XERCESC-2227) Memleak fixes in ContentSpecNode and ComplexTypeInfo classes

2022-10-06 Thread Scott Cantor (Jira)
[ https://issues.apache.org/jira/browse/XERCESC-2227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Cantor resolved XERCESC-2227. --- Resolution: Fixed Applied to both branches. > Memleak fixes in ContentSpecNode and

[jira] [Updated] (XERCESC-2233) DFAContentModel::buildDFA(): fix memory leaks when OutOfMemoryException occurs

2022-10-06 Thread Scott Cantor (Jira)
[ https://issues.apache.org/jira/browse/XERCESC-2233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Cantor updated XERCESC-2233: -- Affects Version/s: 3.2.4 > DFAContentModel::buildDFA(): fix memory leaks when

[jira] [Commented] (XERCESC-2233) DFAContentModel::buildDFA(): fix memory leaks when OutOfMemoryException occurs

2022-10-06 Thread Scott Cantor (Jira)
[ https://issues.apache.org/jira/browse/XERCESC-2233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17613496#comment-17613496 ] Scott Cantor commented on XERCESC-2233: --- This is a bit of bigger change to fix something that's

[jira] [Updated] (XERCESC-2195) Invalid attribute in .gitattributes file

2022-10-06 Thread Scott Cantor (Jira)
[ https://issues.apache.org/jira/browse/XERCESC-2195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Cantor updated XERCESC-2195: -- Fix Version/s: 4.0.0 > Invalid attribute in .gitattributes file >

[jira] [Resolved] (XERCESC-2235) DFAContentModel::buildDFA(): correctly zero-initialize fFollowList

2022-10-06 Thread Scott Cantor (Jira)
[ https://issues.apache.org/jira/browse/XERCESC-2235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Cantor resolved XERCESC-2235. --- Fix Version/s: 4.0.0 Resolution: Fixed Applied to both branches. >

[jira] [Closed] (XERCESC-2235) DFAContentModel::buildDFA(): correctly zero-initialize fFollowList

2022-10-06 Thread Scott Cantor (Jira)
[ https://issues.apache.org/jira/browse/XERCESC-2235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Cantor closed XERCESC-2235. - > DFAContentModel::buildDFA(): correctly zero-initialize fFollowList >

[jira] [Updated] (XERCESC-2196) cross-compiling issue

2022-10-06 Thread Scott Cantor (Jira)
[ https://issues.apache.org/jira/browse/XERCESC-2196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Cantor updated XERCESC-2196: -- Description: When cross-compiling xerces on linux ubuntu, the configure script fails because

[xerces-c] branch xerces-3.2 updated (e1665b4c4 -> d80edf41b)

2022-10-06 Thread scantor
This is an automated email from the ASF dual-hosted git repository. scantor pushed a change to branch xerces-3.2 in repository https://gitbox.apache.org/repos/asf/xerces-c.git from e1665b4c4 Merge pull request #28 from rouault/curl_memleak_fix new 4e713106e Merge pull request #39 from

[xerces-c] 01/02: Merge pull request #39 from rouault/memleak_fixes_ContentSpecNode_ComplexTypeInfo

2022-10-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 commit 4e713106e3eb71c3b12b69d9d04d004c68c8447f Author: Roger Leigh AuthorDate: Sun Oct 24 08:01:27 2021 +0100

[xerces-c] 02/02: DFAContentModel::buildDFA(): correctly zero-initialize fFollowList

2022-10-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 commit d80edf41bdcdf8a98c551b5ca5c3c4219b6b5873 Author: Even Rouault AuthorDate: Mon Dec 20 20:13:02 2021 +0100

[xerces-c] 01/02: Merge pull request #40 from rouault/fix_memleaks_DFAContentModel

2022-10-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 commit 0b6165652fc7b8d93cb4af820de7c7f5a5998beb Author: Roger Leigh AuthorDate: Sun Oct 24 08:01:46 2021 +0100

[xerces-c] branch xerces-3.2 updated (b403617d2 -> e1665b4c4)

2022-10-06 Thread scantor
This is an automated email from the ASF dual-hosted git repository. scantor pushed a change to branch xerces-3.2 in repository https://gitbox.apache.org/repos/asf/xerces-c.git from b403617d2 XERCESC-2214 - Wrong delete[] in MemBufInputSource dtor new 0b6165652 Merge pull request #40

[xerces-c] 02/02: Merge pull request #28 from rouault/curl_memleak_fix

2022-10-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 commit e1665b4c4bd2f3e3ac637d36ac6515cf64c3bab2 Author: Roger Leigh AuthorDate: Tue Aug 24 06:23:42 2021 +0100

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

2022-10-06 Thread Scott Cantor (Jira)
[ https://issues.apache.org/jira/browse/XERCESC-2218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Cantor resolved XERCESC-2218. --- Resolution: Fixed Reapplied to branch after ABI discussion pending confirmation on

[jira] [Updated] (XERCESC-2120) DOM Serialization does not correctly validate Surrogate Pairs

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

[jira] [Closed] (XERCESC-2195) Invalid attribute in .gitattributes file

2022-10-06 Thread Scott Cantor (Jira)
[ https://issues.apache.org/jira/browse/XERCESC-2195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Cantor closed XERCESC-2195. - > Invalid attribute in .gitattributes file > > >

[jira] [Closed] (XERCESC-2196) cross-compiling issue

2022-10-06 Thread Scott Cantor (Jira)
[ https://issues.apache.org/jira/browse/XERCESC-2196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Cantor closed XERCESC-2196. - > cross-compiling issue > - > > Key: XERCESC-2196 >

[jira] [Resolved] (XERCESC-2196) cross-compiling issue

2022-10-06 Thread Scott Cantor (Jira)
[ https://issues.apache.org/jira/browse/XERCESC-2196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Cantor resolved XERCESC-2196. --- Fix Version/s: 4.0.0 Assignee: Scott Cantor Resolution: Fixed Applied to

[jira] [Resolved] (XERCESC-2195) Invalid attribute in .gitattributes file

2022-10-06 Thread Scott Cantor (Jira)
[ https://issues.apache.org/jira/browse/XERCESC-2195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Cantor resolved XERCESC-2195. --- Resolution: Fixed Applied to both branches. > Invalid attribute in .gitattributes file >

[jira] [Commented] (XERCESC-2239) When XMLUni::fgDOMWRTSplitCdataSections is true (the default), invalid XML characters are allowed by DOMWriter

2022-10-06 Thread Scott Cantor (Jira)
[ https://issues.apache.org/jira/browse/XERCESC-2239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17613505#comment-17613505 ] Scott Cantor commented on XERCESC-2239: --- I suspect there's an intended distinction between

[jira] [Updated] (XERCESC-2239) When XMLUni::fgDOMWRTSplitCdataSections is true (the default), invalid XML characters are allowed by DOMWriter

2022-10-06 Thread Scott Cantor (Jira)
[ https://issues.apache.org/jira/browse/XERCESC-2239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Cantor updated XERCESC-2239: -- Fix Version/s: (was: 3.2.4) > When XMLUni::fgDOMWRTSplitCdataSections is true (the

[jira] [Updated] (XERCESC-2239) When XMLUni::fgDOMWRTSplitCdataSections is true (the default), invalid XML characters are allowed by DOMWriter

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

[jira] [Updated] (XERCESC-2197) Key Identity Constraint error reporting

2022-10-06 Thread Scott Cantor (Jira)
[ https://issues.apache.org/jira/browse/XERCESC-2197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Cantor updated XERCESC-2197: -- Fix Version/s: 3.2.4 > Key Identity Constraint error reporting >

[jira] [Updated] (XERCESC-2195) Invalid attribute in .gitattributes file

2022-10-06 Thread Scott Cantor (Jira)
[ https://issues.apache.org/jira/browse/XERCESC-2195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Cantor updated XERCESC-2195: -- Fix Version/s: 3.2.4 > Invalid attribute in .gitattributes file >

[jira] [Updated] (XERCESC-2196) cross-compiling issue

2022-10-06 Thread Scott Cantor (Jira)
[ https://issues.apache.org/jira/browse/XERCESC-2196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Cantor updated XERCESC-2196: -- Fix Version/s: 3.2.4 > cross-compiling issue > - > >

[jira] [Updated] (XERCESC-2196) cross-compiling issue

2022-10-06 Thread Scott Cantor (Jira)
[ https://issues.apache.org/jira/browse/XERCESC-2196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Cantor updated XERCESC-2196: -- Priority: Trivial (was: Blocker) > cross-compiling issue > - > >

[jira] [Assigned] (XERCESC-2195) Invalid attribute in .gitattributes file

2022-10-06 Thread Scott Cantor (Jira)
[ https://issues.apache.org/jira/browse/XERCESC-2195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Cantor reassigned XERCESC-2195: - Assignee: Scott Cantor > Invalid attribute in .gitattributes file >

[xerces-c] branch master updated (873fe028c -> 472f61290)

2022-10-06 Thread scantor
This is an automated email from the ASF dual-hosted git repository. scantor pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/xerces-c.git from 873fe028c XERCESC-2214 - Wrong delete[] in MemBufInputSource dtor new 92019816a XERCESC-2195 - Invalid

[xerces-c] 01/02: XERCESC-2195 - Invalid attribute in .gitattributes file

2022-10-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 commit 92019816ad8dd2470410e293b5f8eb9aff0b8ee9 Author: Scott Cantor AuthorDate: Thu Oct 6 09:26:56 2022 -0400

[xerces-c] 02/02: XERCESC-2196 - cross-compiling issue

2022-10-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 commit 472f612906ef860fab667af39fba51f01f2574db Author: Scott Cantor AuthorDate: Thu Oct 6 09:37:11 2022 -0400

[xerces-c] branch xerces-3.2 updated: XERCESC-2196 - cross-compiling issue

2022-10-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 de63649c1 XERCESC-2196 -

[jira] [Commented] (XERCESC-2197) Key Identity Constraint error reporting

2022-10-06 Thread Scott Cantor (Jira)
[ https://issues.apache.org/jira/browse/XERCESC-2197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17613543#comment-17613543 ] Scott Cantor commented on XERCESC-2197: --- This is an API change, so it not eligible for a patch.

[jira] [Updated] (XERCESC-2197) Key Identity Constraint error reporting

2022-10-06 Thread Scott Cantor (Jira)
[ https://issues.apache.org/jira/browse/XERCESC-2197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Cantor updated XERCESC-2197: -- Fix Version/s: 4.0.0 (was: 3.2.4) > Key Identity Constraint error

Re: Prepping a 3.2.4 release

2022-10-06 Thread Cantor, Scott
Where I'm at: I've applied all the patches Roger applied to master back to the branch, including the few I had backed out due to an (apparent) mistake on my part about Windows linking, though I'm still verifying that. It's easy to work around anyway, so it's not a problem. I reviewed other