-
Notifications
You must be signed in to change notification settings - Fork 16
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(errors): handle out of bounds access in PathList display #313
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fixes #309 Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files
|
Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
simonsan
commented
Oct 5, 2024
simonsan
changed the title
fix: handle out of bounds access in PathList display
fix(errors): handle out of bounds access in PathList display
Oct 5, 2024
aawsome
approved these changes
Oct 6, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
github-merge-queue bot
pushed a commit
that referenced
this pull request
Oct 9, 2024
## 🤖 New release * `rustic_core`: 0.5.1 -> 0.5.2 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> ## `rustic_core` <blockquote> ## [0.5.2](rustic_core-v0.5.1...rustic_core-v0.5.2) - 2024-10-09 ### Fixed - *(errors)* use correct error variant for data encryption ([#323](#323)) - *(errors)* handle out of bounds access in PathList display ([#313](#313)) - *(errors)* better error message for hot/cold repo in check ([#297](#297)) ### Other - *(commands)* decouple logic from option structs for check, prune, repair, key, and restore ([#317](#317)) - *(errors)* improve message and add logging when sending tree from backend panics ([#314](#314)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). Co-authored-by: rustic-release-plz[bot] <182542030+rustic-release-plz[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #309