• Show log

    Commit

  • Hash : 6624b766
    Author : Bastien Roucariès
    Date : 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>