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

bugfix: check return value of getenv #1300

Merged
merged 1 commit into from
Dec 23, 2023

Conversation

sinotca529
Copy link
Contributor

Fix #1299

Copy link

codecov bot commented Dec 23, 2023

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (90a0715) 64.51% compared to head (8f33f96) 64.51%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1300      +/-   ##
==========================================
- Coverage   64.51%   64.51%   -0.01%     
==========================================
  Files         223      223              
  Lines       23832    23833       +1     
==========================================
  Hits        15376    15376              
- Misses       8456     8457       +1     
Files Coverage Δ
svf/lib/Util/ExtAPI.cpp 65.33% <0.00%> (-0.89%) ⬇️

@yuleisui yuleisui merged commit a6f6832 into SVF-tools:master Dec 23, 2023
5 checks passed
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.

getFilePath in ExtAPI.cpp will cause segmentation fault.
2 participants