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

Ensure _suppressEA option field is initialized to NULL #6926

Merged
merged 1 commit into from
Mar 15, 2023

Conversation

hzongaro
Copy link
Member

The _suppressEA field in OMR::Options was not initialized to NULL in the OMR::Options::init method, which means it could contain garbage that will cause intermittent crashes if the field is dereferenced.

Fixes eclipse-openj9/openj9#16834

The _suppressEA field in OMR::Options was not initialized to NULL in the
OMR::Options::init method, which means it could contain garbage that
will cause intermittent crashes if the field is dereferenced.
@hzongaro
Copy link
Member Author

Devin @jdmpapin, may I ask you to review this change?

@hzongaro
Copy link
Member Author

Jenkins build all

@hzongaro hzongaro requested review from jdmpapin and removed request for mstoodle and 0xdaryl March 15, 2023 14:42
@jdmpapin
Copy link
Contributor

The only failure is in the eclipse.omr Mac build, and that's #6924

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dacapo-sunflow_0_FAILED Segmentation error vmState=0x00051aff
2 participants