-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Undefined behavior in uloc.cpp in icu4c #6560
Comments
Patch is pending : https://unicode-org.atlassian.net/browse/ICU-21118 Hopefully there would be a new release soon. |
Filed #7900 to upgrade ICU |
nathanhjli
added a commit
that referenced
this issue
Apr 14, 2022
Summary: To support GSSAPI/Kerberos authentication, ran build_thirdparty tool to update the thirdparty_archives.yml file. The new releases referenced in `thirdparty_archives.yml` contain two new `yugabyte-db-thirdparty` changes: - Adding krb5 (yugabyte/yugabyte-db-thirdparty@e488f7f) - Upgrade Icu4c to 70.1 (yugabyte/yugabyte-db-thirdparty@3c175c3) Since the Icu4c version upgrade is packed into this new release too, I will resolve the version change issues in this diff. Icu4c was updated due to undefined behaviour in previous icu4c version (#6560). These include: - Changing TRUE/FALSE for UBool to using standard true/false - Adding a new migration to fix collations, since there are new collations added and some old collations removed with the version upgrade. Test Plan: Jenkins Reviewers: pjain, mbautin, zyu, myang, sergei, alex Reviewed By: mbautin, myang, sergei, alex Subscribers: amartsinchyk, sergei, yql Differential Revision: https://phabricator.dev.yugabyte.com/D16239
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since icu4c started being instrumented with ASAN/UBSAN, we've been getting htis:
The text was updated successfully, but these errors were encountered: