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

domains: c: fix use of unitialized variable #8364

Closed
wants to merge 1 commit into from

Conversation

utzig
Copy link
Contributor

@utzig utzig commented Nov 3, 2020

_fill_empty was not updating the state with the value of line, so in recursive calls it would fail the assert checking for its own initialization.

/cc @jakobandersen

_fill_empty was not updating the state with the value of line, so in
recursive calls it would fail the assert checking for its own
initialization.

Signed-off-by: Fabio Utzig <fabio.utzig@nordicsemi.no>
@jakobandersen
Copy link
Contributor

Thanks, merged via a rebase (5488bda) to be part of 3.3.1.

(@tk0miya, as this fixes a crash it may be good to get 3.3.1 released as soon as it's otherwise ready)

@tk0miya
Copy link
Member

tk0miya commented Nov 8, 2020

Okay, I'll ship it within a few days.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 21, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants