In the Linux kernel, the following vulnerability has been resolved: x86/sgx: Add overflow check in sgxvalidateoffsetlength() sgxvalidateoffsetlength() function verifies "offset" and "length" arguments provided by userspace, but was missing an overflow check on their addition. Add it.