Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: Fix memleak in run-threaded | Andre Heinecke | 2019-02-11 | 1 | -0/+1 |
| | | | | * tests/run-threaded.c (verify): Free msg. | ||||
* | Add SPDX identifiers to most source files | Werner Koch | 2018-11-16 | 1 | -18/+19 |
| | | | | | | -- Signed-off-by: Werner Koch <[email protected]> | ||||
* | tests: Add run-threaded for multithread tests | Andre Heinecke | 2018-11-15 | 1 | -0/+678 |
* tests/Makefile.am (run-threaded): Add. * tests/run-threaded.c: New. -- This test is intended to help detect race conditions or other multithread problems. It can also be used to put the whole GnuPG system under extreme load. |