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

invert checked-decode to unchecked-decode #134

Merged
merged 1 commit into from Jun 9, 2023
Merged

Conversation

PSeitz
Copy link
Owner

@PSeitz PSeitz commented Jun 9, 2023

invert checked-decode feature flag to unchecked-decode
Previously setting default-features=false removed the bounds checks from the
checked-decode feature flag. This change inverts this, so it will needs to be
deliberately deactivated.

invert checked-decode to unchecked-decode
Previously setting default-features=false removed the bounds checks from
checked-decode. This change inverts this, so it will need to be
deliberatly need to be deactivated.
@codecov
Copy link

codecov bot commented Jun 9, 2023

Codecov Report

Merging #134 (24b8d3a) into main (2d83a3d) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #134   +/-   ##
=======================================
  Coverage   89.85%   89.85%           
=======================================
  Files          13       13           
  Lines        2485     2485           
=======================================
  Hits         2233     2233           
  Misses        252      252           
Impacted Files Coverage Δ
src/lib.rs 100.00% <ø> (ø)
src/block/decompress.rs 96.02% <100.00%> (ø)
src/block/decompress_safe.rs 98.81% <100.00%> (ø)

@PSeitz PSeitz merged commit e9a0bcf into main Jun 9, 2023
4 checks passed
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.

None yet

1 participant