Tag: d9a5ac9ef306eb5cc874f285185a15c303c50009

x86, mce, AMD: Fix leaving freed data in a list

Author: Julia Lawall <julia@diku.dk> b may be added to a list, but is not removed before being freed in the case of an error. This is done in the corresponding deallocation function, so the code here has been changed to follow that. The sematic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // @@ …

Continue reading