Tag: ba465d830ed1703713251917f154688ec537580f

[S390] drivers/s390/block/dasd_ioctl.c: add missing kfree

Author: Julia Lawall <julia@diku.dk> Data is only used to temporarily hold information to be copied to the user level, so it should be freed before leaving the function. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // @exists@ local idexpression x; statement S,S1; expression E; identifier fl; expression …

Continue reading