2024-05-21 14:35:41
Linux
PUBLISHED
In the Linux kernel, the following vulnerability has been resolved: tty: serial: 8250: serial_cs: Fix a memory leak in error handling path In the probe function, if the final serial_config() fails, info is leaking. Add a resource handling path to free this memory.