CVE-2022-49887

Publication date

2025-05-01 14:10:32

Family

Linux

State

PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: media: meson: vdec: fix possible refcount leak in vdec_probe() v4l2_device_unregister need to be called to put the refcount got by v4l2_device_register when vdec_probe fails or vdec_remove is called.