In the Linux kernel, the following vulnerability has been resolved: tty: serial: 8250: serialcs: Fix a memory leak in error handling path In the probe function, if the final 'serialconfig()' fails, 'info' is leaking. Add a resource handling path to free this memory.