The following commit has been merged in the master branch:
commit ee8be26e581b0dcb102a2833e21be2c46169cde1
Author: Andrew Deason <[email protected]>
Date:   Sun Jul 18 20:55:57 2021 -0500

    tests: Add missing va_end in cmd/command-t
    
    Every va_start call is supposed to be paired with a matching va_end
    call, but 'checkList' is missing any call to va_end. This doesn't
    currently seem to cause any visible problems, but add the matching
    va_end to avoid potential future issues.
    
    Change-Id: I569618823f39f4da5b1787cc49c5509d8ea37528
    Reviewed-on: https://gerrit.openafs.org/14704
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Benjamin Kaduk <[email protected]>

 tests/cmd/command-t.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to