-
-
Notifications
You must be signed in to change notification settings - Fork 754
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
ICU-20958 Prevent SEGV_MAPERR in UnicodeString::doAppend() #971
Conversation
There are lots of |
no |
LGTM please squash |
18ba9f6
to
1d824ed
Compare
Hooray! The files in the branch are the same across the force-push. 😃 ~ Your Friendly Jira-GitHub PR Checker Bot |
Manual backport of patch originally reviewed on https://chromium-review.googlesource.com/c/chromium/deps/icu/+/2036290: Cherrypick fix for SEGV_MAPERR Avoid int32_t overflow in length addition See https://bugs.chromium.org/p/chromium/issues/detail?id=1044570 https://unicode-org.atlassian.net/browse/ICU-20958 unicode-org/icu#971 Bug: chromium:1044570 Change-Id: I8be1a586e38da8cbf85a2f9420cc5a7d0d68b642 Reviewed-by: Jüri Valdmann <[email protected]>
Unless mistaken this issue is present before 3d77fc1 as well (which did out split a new Looks indeed that for instance Ubuntu issued a USN https://usn.ubuntu.com/4305-1/ fixing versions back to 4.8.1.1 based ones. |
Manual backport of patch originally reviewed on https://chromium-review.googlesource.com/c/chromium/deps/icu/+/2036290: Cherrypick fix for SEGV_MAPERR Avoid int32_t overflow in length addition See https://bugs.chromium.org/p/chromium/issues/detail?id=1044570 https://unicode-org.atlassian.net/browse/ICU-20958 unicode-org/icu#971 Bug: chromium:1044570 Change-Id: I8be1a586e38da8cbf85a2f9420cc5a7d0d68b642 Reviewed-by: Jüri Valdmann <[email protected]>
See unicode-org#971 (cherry picked from commit b7d08bc)
Backport of: ICU-20958 Prevent SEGV_MAPERR in append See unicode-org#971 (cherry picked from commit b7d08bc)
Avoid int32_t overflow in length addition See https://bugs.chromium.org/p/chromium/issues/detail?id=1044570 https://unicode-org.atlassian.net/browse/ICU-20958 unicode-org/icu#971 Bug: chromium:1044570 Change-Id: I52ef1545007d708315e1fd8265ec42d1c706feed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/deps/icu/+/2036290 Reviewed-by: Jungshik Shin <[email protected]>
See unicode-org#971 (cherry picked from commit b7d08bc)
See unicode-org#971 (cherry picked from commit b7d08bc)
See unicode-org#971 (cherry picked from commit b7d08bc)
See unicode-org#971 (cherry picked from commit b7d08bc)
See unicode-org#971 (cherry picked from commit b7d08bc)
Checklist