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

Null checks on ptr frees; #193

Merged
merged 1 commit into from
Jul 26, 2023
Merged

Null checks on ptr frees; #193

merged 1 commit into from
Jul 26, 2023

Conversation

dccutrig
Copy link
Contributor

No description provided.

@dccutrig dccutrig self-assigned this Jul 26, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #193 (2e3b2be) into dev (7b8637e) will decrease coverage by 0.01%.
The diff coverage is 33.33%.

@@            Coverage Diff             @@
##              dev     #193      +/-   ##
==========================================
- Coverage   85.55%   85.54%   -0.01%     
==========================================
  Files          32       32              
  Lines        7866     7861       -5     
==========================================
- Hits         6730     6725       -5     
  Misses       1136     1136              
Files Changed Coverage Δ
...gcrypt/cryptography_interface_libgcrypt.template.c 62.36% <ø> (-0.09%) ⬇️
src/core/crypto_tc.c 84.32% <33.33%> (-0.10%) ⬇️

@dccutrig dccutrig linked an issue Jul 26, 2023 that may be closed by this pull request
@dccutrig dccutrig merged commit dfe5643 into dev Jul 26, 2023
3 checks passed
@jlucas9 jlucas9 deleted the 189-free-ptr-checks branch August 16, 2023 16:14
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.

Change/check free(pointer) pattern
3 participants