Tag: e5969d55743c49dfca24e165a534cf5f2638e86b

drivers/staging/bcm/nvm.c: add missing kfree

Author: Julia Lawall <julia@diku.dk> Buff is only used as a temporary buffer within the function, so it should be freed before leaving the function in an error case. 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