[GitHub] [xerces-c] rouault opened a new pull request #35: DFAContentModel::checkUniqueParticleAttribution(): fix memory leak

2021-09-11 Thread GitBox


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


   If a memory allocation of conflictTable[] fails, or later in the
   function, the array is not freed.
   Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=38533


-- 
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



[jira] [Created] (XERCESC-2222) DFAContentModel::checkUniqueParticleAttribution(): fix memory leak

2021-09-11 Thread Even Rouault (Jira)
Even Rouault created XERCESC-:
-

 Summary: DFAContentModel::checkUniqueParticleAttribution(): fix 
memory leak
 Key: XERCESC-
 URL: https://issues.apache.org/jira/browse/XERCESC-
 Project: Xerces-C++
  Issue Type: Bug
  Components: Validating Parser (XML Schema)
Reporter: Even Rouault


If a memory allocation of conflictTable[] fails, or later in the
 function, the array is not freed.
 Fixes [https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=38533]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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