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

Handle Byte Order Marks #493

Merged
merged 3 commits into from
Jan 25, 2025
Merged

Handle Byte Order Marks #493

merged 3 commits into from
Jan 25, 2025

Conversation

biojppm
Copy link
Owner

@biojppm biojppm commented Jan 20, 2025

closes #476

Copy link

codecov bot commented Jan 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.36%. Comparing base (0f93764) to head (7911f37).
Report is 4 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #493      +/-   ##
==========================================
+ Coverage   97.32%   97.36%   +0.04%     
==========================================
  Files          34       34              
  Lines       11325    11429     +104     
==========================================
+ Hits        11022    11128     +106     
+ Misses        303      301       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@biojppm biojppm force-pushed the fix/476_byte_order_mark branch 7 times, most recently from 709ba91 to 220466f Compare January 22, 2025 01:14
@biojppm biojppm changed the title Clarify that Byte Order Marks are not accepted Handle Byte Order Marks Jan 22, 2025
@biojppm biojppm force-pushed the fix/476_byte_order_mark branch 2 times, most recently from 4f1a8c6 to b5f37d1 Compare January 22, 2025 01:25
@biojppm biojppm force-pushed the fix/476_byte_order_mark branch 9 times, most recently from 92d5bd9 to 7ae317f Compare January 25, 2025 01:45
@biojppm biojppm force-pushed the fix/476_byte_order_mark branch from 7ae317f to 7911f37 Compare January 25, 2025 02:00
@biojppm biojppm merged commit 2abde1b into master Jan 25, 2025
261 checks passed
@biojppm biojppm deleted the fix/476_byte_order_mark branch January 25, 2025 09:46
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.

File starting with a Byte Order Mark leads to UB
1 participant