In the Linux kernel, the following vulnerability has been resolved: media: staging/intel-ipu3: Fix memory leak in imu_fmt We are losing the reference to an allocated memory if try. Change the order of the check to avoid that.
The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse.