CVE-2026-72269: fbdev: uvesafb: fix potential memory leak in uvesafb_probe()
In the Linux kernel, the following vulnerability has been resolved:
fbdev: uvesafb: fix potential memory leak in uvesafbprobe()
Due to an incorrect goto label, memory allocated for modedb and modelist in uvesafbvbeinit() is not freed in some error paths. Fix this by updating the goto label.