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

llbsolver: fix possible panic when setting event to nil #4451

Merged
merged 1 commit into from
Nov 29, 2023

Conversation

crazy-max
Copy link
Member

When a record is marked for deletion the event is set to nil but we don't check if it's nil when sending events which could cause a panic.

When a record is marked for deletion the event is set to nil
but we don't check if it's nil when sending events which could
cause a panic.

Signed-off-by: CrazyMax <[email protected]>
@crazy-max crazy-max modified the milestone: v0.12.4 Nov 29, 2023
@tonistiigi tonistiigi merged commit 06c971f into moby:master Nov 29, 2023
60 checks passed
@crazy-max crazy-max deleted the fix-panic-history branch November 29, 2023 20:02
@crazy-max crazy-max added this to the v0.12.4 milestone Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants