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

mount: ensure a private key is loaded before mounting /IPNS/ #2995

Closed
wants to merge 1 commit into from
Closed

mount: ensure a private key is loaded before mounting /IPNS/ #2995

wants to merge 1 commit into from

Conversation

atomgardner
Copy link
Contributor

Spinning up a daemon with --mount --offline was leading to a
nil-pointer dereference because offline routing doesn't load a private
key.

License: MIT
Signed-off-by: Thomas Gardner [email protected]

@Kubuxu Kubuxu added the kind/bug A bug in existing code (including security flaws) label Jul 27, 2016
@Kubuxu Kubuxu added this to the ipfs-0.4.3-rc2 milestone Jul 27, 2016
@Kubuxu
Copy link
Member

Kubuxu commented Jul 27, 2016

@whyrusleeping I've added this to RC.

@thomas-gardner can you try to write a test case for that?

@atomgardner
Copy link
Contributor Author

atomgardner commented Jul 27, 2016 via email

Spinning up a daemon with `--mount --offline` was leading to a
nil-pointer dereference because offline routing doesn't load a private
key.

License: MIT
Signed-off-by: Thomas Gardner <[email protected]>
@Kubuxu Kubuxu removed this from the ipfs-0.4.3-rc2 milestone Aug 1, 2016
@Kubuxu
Copy link
Member

Kubuxu commented Aug 4, 2016

For purpose of RC we decided not to introduce these changes, instead we blocked out --mount --offline flag combination #3022

We plan allowing this flag combination to work in future version.

@whyrusleeping whyrusleeping added need_tests need/author-input Needs input from the original author labels Aug 4, 2016
@whyrusleeping whyrusleeping added the status/in-progress In progress label Sep 14, 2016
@Kubuxu Kubuxu added status/deferred Conscious decision to pause or backlog and removed status/in-progress In progress labels Sep 28, 2016
@whyrusleeping
Copy link
Member

Can someone pick this up and add a test case for it? @Kubuxu @lgierth @hsanjuan ?

@Kubuxu
Copy link
Member

Kubuxu commented Mar 2, 2017

The fork no longer exists which screws up Jenkins. Please reopen with fixed sign-offs.

If author doesn't respond in a week, anyone please feel free to recreate functionality of this PR.


Ref for Jenkins bug https://issues.jenkins-ci.org/browse/JENKINS-41246

@Kubuxu Kubuxu closed this Mar 2, 2017
@Kubuxu Kubuxu removed the status/deferred Conscious decision to pause or backlog label Mar 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug A bug in existing code (including security flaws) need/author-input Needs input from the original author need_tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants