forked from freebsd/freebsd-ports
-
Notifications
You must be signed in to change notification settings - Fork 10
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
x11/konsole: crash when resizing #160
Comments
kwitaszczyk
added a commit
to kwitaszczyk/icu
that referenced
this issue
Jun 4, 2024
Check if an iterator is within bounds before accessing memory. Also, remove a redundant variable to make the while condition more clear. This issue was found [1] by running Konsole on CheriBSD/Morello that was compiled for CheriABI. The out of bounds read triggered a CHERI capability violation. [1] CTSRD-CHERI/cheribsd-ports#160
kwitaszczyk
added a commit
to kwitaszczyk/icu
that referenced
this issue
Jun 4, 2024
Check if an iterator is within bounds before accessing memory. Also, remove a redundant variable to make the while condition more clear. This issue was found [1] by running Konsole on CheriBSD/Morello that was compiled for CheriABI. The out of bounds read triggered a CHERI capability violation. [1] CTSRD-CHERI/cheribsd-ports#160
A fix for this issue has been submitted to upstream in unicode-org/icu#3024. |
kwitaszczyk
added a commit
to CTSRD-CHERI/icu
that referenced
this issue
Jun 12, 2024
Check if an iterator is within bounds before accessing memory. Also, remove a redundant variable to make the while condition more clear. This issue was found [1] by running Konsole on CheriBSD/Morello that was compiled for CheriABI. The out of bounds read triggered a CHERI capability violation. [1] CTSRD-CHERI/cheribsd-ports#160
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Konsole crashes in icu when resizing to large dimensions. I've found this bug when using Xvnc and 4K resolution. On real hardware, I had to resize the window to dimensions larger than my screen dimensions (2048x1152 despite of a 4K screen).
My environment:
The crash happens regardless of
security.cheri.lib_based_c18n_default
being set or not.Steps to reproduce on hardware:
Crash:
The text was updated successfully, but these errors were encountered: