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: Ensure we can parse Unreal4 crashes with 0-length files (ISSUE-1459, ISSUE-1454) #565

Merged
merged 2 commits into from
May 9, 2022

Conversation

Swatinem
Copy link
Member

@Swatinem Swatinem commented May 9, 2022

Turns out scroll will just throw a BadOffset error when you ask it to read 0 bytes.

This should fix getsentry/sentry#34131

@Swatinem Swatinem requested a review from a team May 9, 2022 13:37
@codecov-commenter
Copy link

Codecov Report

Merging #565 (bd67086) into master (886f13e) will decrease coverage by 0.01%.
The diff coverage is 66.66%.

@@            Coverage Diff             @@
##           master     #565      +/-   ##
==========================================
- Coverage   66.90%   66.88%   -0.02%     
==========================================
  Files         101      101              
  Lines       18840    18842       +2     
==========================================
- Hits        12604    12603       -1     
- Misses       6236     6239       +3     

@Swatinem Swatinem enabled auto-merge (squash) May 9, 2022 14:12
@Swatinem Swatinem merged commit 9fd0344 into master May 9, 2022
@Swatinem Swatinem deleted the fix/unreal-zero branch May 9, 2022 14:24
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.

Unreal crash reports are received but dropped
3 participants