In the Linux kernel, the following vulnerability has been resolved:
media: atomisp: Fix use after free in atomispalloccssstatbufs()
The "s3abuf" is freed along with all the other items on the "asd->s3astats" list. It leads to a double free and a use after free.