Project

General

Profile

Feature #2706

Updated by Vadim Mutilin over 9 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. 

 *Links* 

 Sample bugfixes "39a1d13":https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/commit/?id=82eabdf

Back