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

fix cdg null deref #1551

Merged
merged 2 commits into from
Sep 19, 2024

fix cdg null deref

658520e
Select commit
Loading
Failed to load commit list.
Merged

fix cdg null deref #1551

fix cdg null deref
658520e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 19, 2024 in 1s

62.67% (target 62.60%)

View this Pull Request on Codecov

62.67% (target 62.60%)

Details

Codecov Report

Attention: Patch coverage is 0% with 14 lines in your changes missing coverage. Please review.

Please upload report for BASE (master@fc185be). Learn more about missing BASE report.

Files with missing lines Patch % Lines
svf/lib/Util/CDGBuilder.cpp 0.00% 13 Missing ⚠️
svf/lib/Graphs/CDG.cpp 0.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #1551   +/-   ##
=========================================
  Coverage          ?   62.67%           
=========================================
  Files             ?      245           
  Lines             ?    25707           
  Branches          ?     4502           
=========================================
  Hits              ?    16111           
  Misses            ?     9596           
  Partials          ?        0           
Files with missing lines Coverage Δ
svf/include/Graphs/CDG.h 0.00% <ø> (ø)
svf/lib/Graphs/CDG.cpp 0.00% <0.00%> (ø)
svf/lib/Util/CDGBuilder.cpp 0.00% <0.00%> (ø)