Skip to content
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

(0.24.0) Fix utf8 range check in SCC #11498

Merged
merged 1 commit into from
Dec 16, 2020

Conversation

tajila
Copy link
Contributor

@tajila tajila commented Dec 16, 2020

Fix utf8 range check in SCC

The existing check dereferences the utf8 before ensuring that the header
is in the SCC. This causes a segfault when the header is not in the SCC.

based on #11487

Signed-off-by: Tobi Ajila atobia@ca.ibm.com

The existing check dereferences the utf8 before ensuring that the header
is in the SCC. This causes a segfault when the header is not in the SCC.

Signed-off-by: Tobi Ajila <atobia@ca.ibm.com>
@tajila tajila requested a review from pshipton December 16, 2020 21:16
@pshipton pshipton changed the title Fix utf8 range check in SCC (0.24.0) Fix utf8 range check in SCC Dec 16, 2020
@pshipton pshipton merged commit 703aa2a into eclipse-openj9:v0.24.0-release Dec 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants