AeroRust / nmea

NMEA 0183 - for communication between marine electronics such as echo sounder, sonars, anemometer, gyrocompass, autopilot, GNSS receivers and many other types of instruments. Defined and controlled by the National Marine Electronics Association (NMEA)
https://crates.io/crates/nmea
Other
57 stars 41 forks source link

fix out-of-bound panic found by "cargo fuzz" #34

Closed Dushistov closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #34 (60c8423) into master (13629bb) will increase coverage by 0.07%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #34      +/-   ##
==========================================
+ Coverage   85.57%   85.65%   +0.07%     
==========================================
  Files          11       12       +1     
  Lines         936      941       +5     
==========================================
+ Hits          801      806       +5     
  Misses        135      135              
Impacted Files Coverage Δ
src/sentences/utils.rs 100.00% <ø> (ø)
tests/fuzz_regression.rs 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 13629bb...60c8423. Read the comment docs.