Skip to content

Commit

Permalink
Merge pull request #607 from Jinbosh8/reset-gcm-memory
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaeckel authored Nov 15, 2022
2 parents 3474ca3 + b207b63 commit 29986d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/encauth/gcm/gcm_memory.c
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ int gcm_memory( int cipher,
err = CRYPT_INVALID_ARG;
}
LTC_ERR:
gcm_reset(gcm);
XFREE(orig);
return err;
}
Expand Down

0 comments on commit 29986d0

Please sign in to comment.