The home of the ICU project source code.
Find a file
Andy Heninger 46861a5c78 ICU-21662 UVector Error Handling in Regex
Clean up some oversights from commit 0ec329c. This was triggered by fuzz testing finding
a memory leak with the original commit, see https://oss-fuzz.com/testcase-detail/4656781834452992

I was unable to replicate the fuzzing failure, but reviewing the nearby code showed
some likely problems.

In this commit,
- Fix UStack::pop() to not delete the popped element when a deleter function is present.
  This was a bug, but because there were no stacks with deleters, was not causing trouble.

- Change RegexCompile::compileSet() to delete the set if it cannot be added to the internal
  vector of sets. I suspect this is the cause of the fuzzing leak - 0ec329c changed the
  behavior of UVector in the presence of errors.

- Changed RegexCompile::fSetStack to use an object deleter function. This fixes the
  leak checking at the points new elements are pushed onto this stack.
2021-09-14 19:24:23 -07:00
.ci-builds ICU-21734 Add -Wsuggest-override to Build only WarningsAsErrors buildbot 2021-09-08 10:47:29 -07:00
.github ICU-21038 Run ICU4J localespiCheck as a part of CI build 2021-09-03 09:05:51 -04:00
docs ICU-21652 add emoji properties of strings 2021-09-08 12:15:50 -07:00
icu4c ICU-21662 UVector Error Handling in Regex 2021-09-14 19:24:23 -07:00
icu4j ICU-21654 Fix skeleton output for rounding increment in C++ 2021-09-14 01:55:58 -05:00
tools ICU-21750 Output tail end of the uconfig variation test run in case of failure 2021-09-10 15:46:27 -07:00
vendor/double-conversion ICU-21508 Rename 'master' to 'main' in docs, maven files, scripts, etc 2021-03-24 18:56:50 +01:00
.bazeliskrc ICU-21635 Unicode 14 beta 2021-06-21 22:26:15 +00:00
.cpyskip.txt ICU-21535 Port Cygwin CI build from AppVeyor to Azure Pipelines 2021-04-08 17:04:07 -07:00
.gitattributes ICU-20717 move small files out of lfs: .dat, .gz, .gif 2020-09-17 11:09:48 -07:00
.gitignore ICU-21545 Add icuwriteuprops tool 2021-09-08 15:27:43 -05:00
KEYS ICU-21361 Add public PGP key 2020-11-10 13:50:58 -08:00
README.md ICU-21244 Fix the Valgrind status badge in the top-level Readme. 2021-08-18 16:23:17 -07:00
WORKSPACE ICU-21117 Use Bazel to automate generation of Unicode data files 2021-03-24 10:39:38 -07:00

International Components for Unicode

This is the repository for the International Components for Unicode. The ICU project is under the stewardship of The Unicode Consortium.

ICU Logo

🔴🔴🔴 Special Notice About Branch Renaming 🔴🔴🔴

Around March 24-25, 2021 we renamed the master branch to main. You may need to rename your branch in your local git repo and change your normal git command to reflect this change. See also https://github.com/github/renaming

Build Status (main branch)

Build Status
GitHub Actions GHA CI
Azure Pipelines Build Status
Azure Pipelines (Exhaustive Tests) Build Status
Azure Pipelines (Valgrind ICU4C) Build Status
Fuzzing Fuzzing Status

Subdirectories and Information

License

Please see ./icu4c/LICENSE (C and J are under an identical license file.)

Copyright © 2016 and later Unicode, Inc. and others. All Rights Reserved. Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries. Terms of Use and License