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.
The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse.