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

Do not panic on passing empty tar reader to tarfs #268

Merged
merged 1 commit into from
Oct 6, 2020

Conversation

hasheddan
Copy link
Contributor

Corrects a bug where passing an empty tar reader to tarfs would cause
adding the pseudoroot to panic with assignment to entry in nil map.

Signed-off-by: hasheddan georgedanielmangum@gmail.com

cc @agimenez because it looked like you implemented tarfs (thank you for your work!)

@Kargakis would it be possible to get a v1.4.1 published after merge?

Corrects a bug where passing an empty tar reader to tarfs would cause
adding the pseudoroot to panic with assignment to entry in nil map.

Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
@CLAassistant
Copy link

CLAassistant commented Oct 5, 2020

CLA assistant check
All committers have signed the CLA.

@agimenez
Copy link
Contributor

agimenez commented Oct 6, 2020

Good catch! LGTM, thanks!

@0xmichalis 0xmichalis merged commit efa411e into spf13:master Oct 6, 2020
@0xmichalis
Copy link
Collaborator

v1.4.1 is published

@hasheddan
Copy link
Contributor Author

Thanks @agimenez and @Kargakis!

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.

4 participants