lkml.org 
[lkml]   [2020]   [Dec]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 0/1] kasan: fix memory leak of kasan quarantine
Date
When cpu is going offline, set q->offline as true
and interrupt happened. The interrupt may call the
quarantine_put. But quarantine_put do not free the
the object. The object will cause memory leak.

Add qlink_free() to free the object.

Kuan-Ying Lee (1):
kasan: fix memory leak of kasan quarantine

mm/kasan/quarantine.c | 1 +
1 file changed, 1 insertion(+)

--
2.18.0

\
 
 \ /
  Last update: 2020-12-15 12:31    [W:0.035 / U:0.740 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site