aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorOGAWA Hirofumi <[email protected]>2006-11-16 01:19:29 -0800
committerLinus Torvalds <[email protected]>2006-11-16 11:43:38 -0800
commit31be8309532a6743f301cb2e83bd12ca07988b09 (patch)
tree9f84911bae39b11247f2e62ed9d7d451ef4b0a2f /include/linux
parentda63fc7ce63b43426dc3c69c05e28de2872c159a (diff)
[PATCH] Fix strange size check in __get_vm_area_node()
Recently, __get_vm_area_node() was changed like following if (unlikely(!area)) return NULL; - if (unlikely(!size)) { - kfree (area); + if (unlikely(!size)) return NULL; - } It is leaking `area', also original code seems strange already. Probably, we wanted to do this patch. Signed-off-by: OGAWA Hirofumi <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions