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: Prevent crash when using sdcard and partition filesystems together #189

Merged
merged 1 commit into from
Jun 19, 2024

Conversation

nebkat
Copy link
Contributor

@nebkat nebkat commented Jun 19, 2024

Crash occurs if a partition filesystem is opened after an sdcard partition, where p->partition is null.

Check that partition is defined before accessing.

Check that `partition` is defined before accessing
@BrianPugh
Copy link
Member

Thanks! I see this and your other PR; do you intend to make more PRs soon? If not, I'll cut a release today.

@BrianPugh BrianPugh merged commit 002ae3e into joltwallet:master Jun 19, 2024
7 checks passed
@nebkat nebkat deleted the patch-1 branch June 19, 2024 18:33
@nebkat
Copy link
Contributor Author

nebkat commented Jun 19, 2024

That should be all for now - thanks!

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