Project

General

Profile

Feature #2706

Updated by Marina Makienko over 11 years ago

blk requests are obtained (some memory is allocated for them) by means of functions _blk_get_request_ and _blk_make_request_. After usage (usually with help of _blk_execute_rq_) these requests should be put (and freed) with help of _blk_put_request_. 
 This rule is _specific:resource:leaks:blk_request_ in our classifier and will be _101_1a_ model. 

 Commit=5742d35 в linux-stable (http://git.itanic.dy.fi/?p=linux-stable;a=commit;h=b14de3857227cd978f515247853fd15cc2425d3e)

Back