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 level 3 block indirection #16

Merged
merged 1 commit into from
Apr 4, 2023
Merged

Conversation

Schamper
Copy link
Member

(DIS-1916)

I noticed the logic in dissect.ffs was similar to the buggy logic in dissect.extfs (fox-it/dissect.extfs#16), so a similar fix should be applied here. I don't actually have test data to verify this, but the logic checks out.

@Schamper Schamper requested a review from pyrco March 31, 2023 11:00
@Schamper Schamper self-assigned this Mar 31, 2023
@codecov
Copy link

codecov bot commented Mar 31, 2023

Codecov Report

Merging #16 (9fd2fc5) into main (e7ad3d1) will not change coverage.
The diff coverage is 0.00%.

@@           Coverage Diff           @@
##             main      #16   +/-   ##
=======================================
  Coverage   72.24%   72.24%           
=======================================
  Files           4        4           
  Lines         299      299           
=======================================
  Hits          216      216           
  Misses         83       83           
Flag Coverage Δ
unittests 72.24% <0.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
dissect/ffs/ffs.py 70.77% <0.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@Schamper Schamper merged commit bd813a6 into main Apr 4, 2023
@Schamper Schamper deleted the dis-1916_fix-block-indirection branch April 4, 2023 16:10
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