mm: fix prctl_set_vma_anon_name
prctl_set_vma_anon_name could attempt to set the name across two vmas at the same time due to a typo, which might corrupt the vma list. Fix it to use tmp instead of end to limit the name setting to a single vma at a time. Change-Id: Ie32d8ddb0fd547efbeedd6528acdab5ca5b308b4 Reported-by:Jed Davis <jld@mozilla.com> Signed-off-by:
Colin Cross <ccross@android.com> Reviewed-on: http://mcrd1-22-pc.corpnet.asus/code-review/master/229016 Reviewed-by:
allen1_huang <allen1_huang@asus.com> Tested-by:
allen1_huang <allen1_huang@asus.com>
Please register or sign in to comment