mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-03-11 08:54:48 +00:00
Fixed 2 memory leaks in production code and a few in testcases. As a result leak_check_at_exit ASAN option does not need to turned off for non-gui tests. Smart pointers should be used elsewhere for consistency, but the sooner this fixes are delivered, the lesser memory leaks are introduced. |
||
|---|---|---|
| .. | ||
| Crypto.cpp | ||
| Crypto.h | ||
| CryptoHash.cpp | ||
| CryptoHash.h | ||
| Random.cpp | ||
| Random.h | ||
| SymmetricCipher.cpp | ||
| SymmetricCipher.h | ||
| SymmetricCipherBackend.h | ||
| SymmetricCipherGcrypt.cpp | ||
| SymmetricCipherGcrypt.h | ||
| SymmetricCipherSalsa20.cpp | ||
| SymmetricCipherSalsa20.h | ||