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 VFG dump BranchVFGNode assertion failure bug #1055

Merged
merged 1 commit into from
Mar 30, 2023

Conversation

Shbinging
Copy link

VFG.cpp
in function getNodeAttributes getSimpleNodeLabel getCompleteNodeLabel
add if branch to deal with BranchVFGNode
BranchVFGNode's color is set to gold just as in SVFG

@codecov
Copy link

codecov bot commented Mar 30, 2023

Codecov Report

Merging #1055 (db8ed33) into master (215b732) will decrease coverage by 0.02%.
The diff coverage is 0.00%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1055      +/-   ##
==========================================
- Coverage   63.64%   63.63%   -0.02%     
==========================================
  Files         219      219              
  Lines       22167    22173       +6     
==========================================
  Hits        14109    14109              
- Misses       8058     8064       +6     
Impacted Files Coverage Δ
svf/include/WPA/Steensgaard.h 0.00% <ø> (ø)
svf/lib/Graphs/VFG.cpp 50.08% <0.00%> (-0.50%) ⬇️
svf/lib/WPA/Steensgaard.cpp 0.91% <0.00%> (ø)

@yuleisui yuleisui merged commit 0ca1e2e into SVF-tools:master Mar 30, 2023
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.

2 participants