CVE Published: 21/05/2024 |
CVE Updated: 04/11/2024 |
CVE Year: 2021 Source: Linux |
Vendor: Linux |
Product: Linux Status : PUBLISHED
CVE-2021-47332 Description
In the Linux kernel, the following vulnerability has been resolved:
ALSA: usx2y: Don\'t call free_pages_exact() with NULL address
Unlike some other functions, we can\'t pass NULL pointer to
free_pages_exact(). Add a proper NULL check for avoiding possible
Oops.