Tag: 7a6278e5e4bce72ace681ae3cf48209fb63a5420

drivers/video/pnx4008: eliminate double free

Author: Julia Lawall <julia@diku.dk> The function framebuffer_release just calls kfree, so calling kfree subsequently on the same argument represents a double free. The comments with the definition of framebuffer_release in drivers/video/fbsysfs.c suggest that a more elaborate definition of this function is planned, such that the splitting up of framebuffer_release and kfree as done in the …

Continue reading