Tag: c37457e69ffd7d3c94cbfcc1c39be9a45dd7ad21

drivers/net/wireless/iwlwifi: introduce missing kfree

Author: Julia Lawall <julia@diku.dk> Move orthogonal error handling code up before a kzalloc, so that it doesn’t have to free the allocated data. The semantic match that finds the problem is as follows: (http://www.emn.fr/x-info/coccinelle/) // @r exists@ local idexpression x; statement S; expression E; identifier f,f1,l; position p1,p2; expression *ptr != NULL; @@ x@p1 = …

Lire la suite