diff options
author | Jan-Simon Möller <dl9pf@gmx.de> | 2009-10-17 21:52:43 +0300 |
---|---|---|
committer | Riku Voipio <riku.voipio@iki.fi> | 2009-10-17 21:52:43 +0300 |
commit | dab46405d964a17f8df7df14cca5804537c3f590 (patch) | |
tree | af7700f1ffcf2fa38bdee679c66f130522c7e730 /configure | |
parent | f7680a5593032d0c4f699144666605a4f8b044b9 (diff) |
Re: linux-user/syscall.c - don't add GUEST_BASE to NULL pointer
This patch fixes the mount call. GUEST_BASE shouldn't be added to a NULL pointer on arg5 . failing call:
mount("rootfs", "/", 0x47a78, MS_MGC_VAL|MS_REMOUNT, 0x10000) = -1 EFAULT (Bad address)
correct call:
mount("rootfs", "/", 0x37ab0, MS_MGC_VAL|MS_REMOUNT, NULL) = 0
Signed-off-by: Jan-Simon Möller <dl9pf@gmx.de>
Signed-off-by: Riku Voipio <riku.voipio@iki.fi>
Diffstat (limited to 'configure')
0 files changed, 0 insertions, 0 deletions