mity / md4c

C Markdown parser. Fast. SAX-like interface. Compliant to CommonMark specification.
MIT License
756 stars 138 forks source link

Fix buffer overflows and other errors found with fuzzying. #168

Closed TCKnet closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #168 (42c1bb5) into master (7f05330) will increase coverage by 0.03%. The diff coverage is 94.11%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #168      +/-   ##
==========================================
+ Coverage   94.33%   94.36%   +0.03%     
==========================================
  Files           3        3              
  Lines        3088     3087       -1     
==========================================
  Hits         2913     2913              
+ Misses        175      174       -1     
Impacted Files Coverage Δ
src/md4c.c 94.27% <94.11%> (+0.03%) :arrow_up:

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 7f05330...42c1bb5. Read the comment docs.

mity commented 2 years ago

Thanks.

(And sorry for the long reaction time.)