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

[bugfix] Fix NPE when using recipients completion #2823

Merged
merged 1 commit into from Mar 11, 2024

Conversation

dominikschulz
Copy link
Member

This seems to be a regression from a recent cli release, but I'm not completely sure. Anyway, it looks like the store isn't initialized on the recipients completion so we must do that first.

Fixes #2803

This seems to be a regression from a recent cli release, but I'm not
completely sure. Anyway, it looks like the store isn't initialized
on the recipients completion so we must do that first.

Fixes gopasspw#2803

Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
@dominikschulz dominikschulz added the bug Defects label Mar 10, 2024
@dominikschulz dominikschulz added this to the 1.15.12 milestone Mar 10, 2024
@dominikschulz dominikschulz merged commit 2c1b8cd into gopasspw:master Mar 11, 2024
7 of 8 checks passed
@dominikschulz dominikschulz deleted the fix/issue-2803-2 branch March 11, 2024 08:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Defects
Projects
None yet
Development

Successfully merging this pull request may close these issues.

panic: runtime error: invalid memory address or nil pointer dereference
2 participants