|
4634d6ff
|
2020-05-28T16:02:32
|
|
explicit_bzero-tests: improve -Wmissing-declarations pacification
* tests/test-explicit_bzero.c: Now noinline.
Suggested by Bruno Haible in:
https://lists.gnu.org/r/bug-gnulib/2020-05/msg00300.html
|
|
a305580f
|
2020-05-24T13:51:27
|
|
explicit_bzero-tests: pacify -Wmissing-declarations
* tests/test-explicit_bzero.c (do_secret_stuff, test_stack):
Now static.
|
|
6624b766
|
2020-04-13T01:09:13
|
|
explicit_bzero tests: Fix test failure on OpenBSD 6.5.
Some implementation could add canaries after free failling the test.
* tests/test-explicit_bzero.c (test_heap): Handle implementations of
free() that overwrite the memory with canaries.
Signed-off-by: Bastien Roucariès <rouca@debian.org>
|
|
7397561e
|
2020-04-12T21:00:10
|
|
explicit_bzero: Add tests.
* tests/test-explicit_bzero.c: New file.
* modules/explicit_bzero-tests: New file.
|