https://bugs.kde.org/show_bug.cgi?id=506971
--- Comment #2 from Mark Wielaard <[email protected]> --- mseal01 ../../../../include/lapi/pkey.h:51: TCONF: pkeys are not available for test Because we don't support RDPKRU/WRPKRU instructions. Our pkey_alloc always returns ENOSPC. mseal02.c:45: TFAIL: mseal(0x483d000, 18446744073709547521, 0) expected EINVAL: +ENOMEM (12) We should check for overflow first (EINVAL), then valid memory (ENOMEM). Fixed in commit d7743540064c58d3dcb850804fb29f742757d853 linux mseal PRE wrapper should First check for overflow -- You are receiving this mail because: You are watching all bug changes.
