While testing in RHEL7 the latest 'next-testing' branch changes the build failed due to an "out" label being placed at the end of the function calc_bootaggr() with no instructions for systems with OpenSSL version less then 1.1. Corrected it by putting a simple no-op 'return' there (the function returns nothing). The other bugs are a simple memory leak, also on calc_bootaggr(), when _DigestUpdate() returns error; and an overflow while reading the boot_aggregate buffer due to the lack of the null char at the end. Bruno Meneguele (3): ima-evm-utils: fix empty label at end of function. ima-evm-utils: fix memory leak in case of error ima-evm-utils: fix overflow on printing boot_aggregate src/evmctl.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) -- 2.26.2