2 matches found
CVE-2026-63798
The CVE-2026-63798 issue affects the Linux kernel irqchip/imgpdc driver. During probe, it uses irq_alloc_domain_generic_chips() and irq_set_chained_handler_and_data(), but on removal the generic chips aren’t freed and chained handlers aren’t cleared, leaving entries on the gc_list and handlers da...
CVE-2026-63798
In the Linux kernel, the following vulnerability has been resolved: irqchip/imgpdc: Fix resource leak, add missing chained handler cleanup on remove The driver allocates domain generic chips using irqallocdomaingenericchips during probe and sets up chained handlers using...