You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by GitBox <gi...@apache.org> on 2021/08/10 13:32:43 UTC

[GitHub] [xerces-c] rouault opened a new pull request #25: [Backport 3.2] ICUTranscoder::transcodeFrom(): fix read heap-buffer-overflow

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


   Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=35373
   
   When charsDecoded == 0, the line ``for (index = 0; index < charsDecoded
   - 1; index++)`` will cause to read out of bounds of fSrcOffsets, due to
   unsigned integer underflow rules.
   
   Backport of 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: c-dev-unsubscribe@xerces.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


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

Posted by GitBox <gi...@apache.org>.
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: c-dev-unsubscribe@xerces.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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