tezc / sc

Common libraries and data structures for C.
BSD 3-Clause "New" or "Revised" License
2.26k stars 245 forks source link

bounds check in sc_str to prevent misuse #68

Closed tezc closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #68 (b469d73) into master (e8f896f) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #68   +/-   ##
=======================================
  Coverage   99.82%   99.82%           
=======================================
  Files          23       23           
  Lines        2305     2308    +3     
  Branches      402      403    +1     
=======================================
+ Hits         2301     2304    +3     
  Partials        4        4           
Impacted Files Coverage Δ
buffer/sc_buf.c 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 e8f896f...b469d73. Read the comment docs.