On Wed, 2020-07-15 at 18:39 -0300, Bruno Meneguele wrote: > 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. Applied, thanks! Mimi