In the Linux kernel, the following vulnerability has been resolved: media: staging: media: zoran: move videodev alloc Move some code out of zr36057_init() and create new functions for handling zr->video_dev. This permit to ease code reading and fix a zr->video_dev memory leak.
The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse.