← Back to CVE List

CVE-2021-47398

Published: 2024-05-21T15:15Z
Last Modified: 2024-11-21T06:36Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: RDMA/hfi1: Fix kernel pointer leak Pointers should be printed with %p or %px rather than cast to 'unsigned long long' and printed with %llx. Change %llx to %p to print the secured pointer. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt