mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
[PATCH] i386: In compat mode, the return value here was uninitialized.
Signed-off-by: Zachary Amsden <zach@vmware.com> Signed-off-by: Andi Kleen <ak@suse.de>
This commit is contained in:
parent
57decbda6a
commit
752783c050
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ int arch_setup_additional_pages(struct linux_binprm *bprm, int exstack)
|
|||
{
|
||||
struct mm_struct *mm = current->mm;
|
||||
unsigned long addr;
|
||||
int ret;
|
||||
int ret = 0;
|
||||
bool compat;
|
||||
|
||||
down_write(&mm->mmap_sem);
|
||||
|
|
Loading…
Reference in a new issue