In the Linux kernel, the following vulnerability has been resolved: media: ir_toy: fix a memleak in irtoy_tx When irtoy_command fails, buf should be freed since it is allocated by irtoy_tx, or there is a memleak.
The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse.