• Show log

    Commit

  • Hash : df414ade
    Author : Pádraig Brady
    Date : 2025-09-17T16:51:52

    tests: support -ftrivial-auto-var-init
    
    Tested with gcc 15 and clang 20.
    Note clang didn't need the adjustment,
    but it was applied for clang also, to be defensive.
    
    * tests/test-memset_explicit.c (do_secret_stuff): Mark stack variable
    as not to be initialized with either zero or pattern on each invocation.
    tests/test-explicit_bzero.c (do_secret_stuff): Likewise.