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

Fix nil node on err #3534

Closed
wants to merge 2 commits into from
Closed

Fix nil node on err #3534

wants to merge 2 commits into from

Conversation

butonic
Copy link
Contributor

@butonic butonic commented Dec 8, 2022

When returning nil, err, n is set to nil causing a panic in n.ID += revisionSuffix.

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
@kobergj
Copy link
Contributor

kobergj commented Dec 8, 2022

Is this urgent? It will make me need to rebase #3531 again which is quite a pain. It should be ready for review shortly.

@butonic
Copy link
Contributor Author

butonic commented Dec 8, 2022

I don't think so. can wait for #3531

@kobergj
Copy link
Contributor

kobergj commented Dec 19, 2022

Added the fix to my async upload branch: #3556

@kobergj kobergj closed this Dec 19, 2022
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