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

Fixed uninitialized tep and qp when wstar <= 0.001 #931

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

atrayano
Copy link
Contributor

When wstar <= 0.001, tep and qp were left uninitialized inside mpbl_depth. These two variables are used later. When the code is build debug, this resulted in NaNs being sent to dqsat. @wmputman and @narnold1 , could you please check if my choice if initialization makes sense...

This PR fixes #930, and quite possibly the issue inside MAPL_LocStream as reported multiple times by @dbarahon

@atrayano atrayano added the bug Something isn't working label May 14, 2024
@atrayano atrayano self-assigned this May 14, 2024
@atrayano atrayano requested a review from a team as a code owner May 14, 2024 13:37
@atrayano atrayano added Non 0-diff The changes in this pull request are non-zero-diff bugfix This fixes a bug hotfix and removed bug Something isn't working labels May 14, 2024
@sdrabenh sdrabenh merged commit 3593b60 into main Jun 10, 2024
17 of 19 checks passed
@sdrabenh sdrabenh deleted the hotfix/atrayano/#930_fix_uninit_tep_qp branch June 10, 2024 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix This fixes a bug hotfix Non 0-diff The changes in this pull request are non-zero-diff
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants