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

add missing bounds check in amend_coverage_from_src #223

Merged
merged 2 commits into from
Mar 18, 2019
Merged

Conversation

vtjnash
Copy link
Member

@vtjnash vtjnash commented Mar 17, 2019

avoid potential out-of-bounds array access attempt in function_body_lines

src/parser.jl Outdated Show resolved Hide resolved
Co-Authored-By: vtjnash <[email protected]>
@codecov-io
Copy link

codecov-io commented Mar 18, 2019

Codecov Report

Merging #223 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #223      +/-   ##
==========================================
+ Coverage   93.65%   93.67%   +0.01%     
==========================================
  Files           6        6              
  Lines         331      332       +1     
==========================================
+ Hits          310      311       +1     
  Misses         21       21
Impacted Files Coverage Δ
src/parser.jl 79.31% <100%> (+0.73%) ⬆️

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 c2217ef...c437f41. Read the comment docs.

@fingolfin fingolfin merged commit 84edf6c into master Mar 18, 2019
@fingolfin fingolfin deleted the jn/amend branch March 18, 2019 21:28
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.

3 participants