Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

fix: fix a panic when deleting #81

Merged
merged 1 commit into from
Feb 7, 2020
Merged

fix: fix a panic when deleting #81

merged 1 commit into from
Feb 7, 2020

Conversation

Stebalien
Copy link
Member

If we try deleting a bunch of files before reading them, we'll panic because they haven't been loaded. This works around that by using the link directly when the child hasn't been loaded.

fixes ipfs/kubo#6860

If we try deleting a bunch of files _before_ reading them, we'll panic because
they haven't been loaded. This works around that by using the _link_ directly
when the child hasn't been loaded.

fixes ipfs/kubo#6860
@Stebalien Stebalien merged commit f172829 into master Feb 7, 2020
@Stebalien Stebalien deleted the fix/panic-on-delete branch February 7, 2020 22:18
Jorropo pushed a commit to Jorropo/go-libipfs that referenced this pull request Jan 25, 2023
fix: fix a panic when deleting

This commit was moved from ipfs/go-unixfs@f172829
Jorropo pushed a commit to ipfs/go-libipfs-rapide that referenced this pull request Mar 23, 2023
fix: fix a panic when deleting

This commit was moved from ipfs/go-unixfs@f172829
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

runtime error: invalid memory address or nil pointer dereference handler.go:93
2 participants