From: Aurelien Jarno <aurelien@aurel32.net>
To: Riku Voipio <riku.voipio@iki.fi>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] linux-user: Remove incorrect break;
Date: Tue, 3 Feb 2009 20:57:36 +0100 [thread overview]
Message-ID: <20090203195736.GE18984@volta.aurel32.net> (raw)
In-Reply-To: <20090202091852.GA5682@kos.to>
On Mon, Feb 02, 2009 at 11:18:52AM +0200, Riku Voipio wrote:
> Reported-By: Laurent Desnogues <laurent.desnogues@gmail.com>
> Signed-off-by: Riku Voipio <riku.voipio@iki.fi>
Thanks, applied.
> ---
> linux-user/syscall.c | 1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/linux-user/syscall.c b/linux-user/syscall.c
> index ad814dd..2a99940 100644
> --- a/linux-user/syscall.c
> +++ b/linux-user/syscall.c
> @@ -4921,7 +4921,6 @@ abi_long do_syscall(void *cpu_env, int num, abi_long arg1,
> }
> else
> ret = get_errno(readlink(path(p), p2, arg3));
> - break;
> }
> unlock_user(p2, arg2, ret);
> unlock_user(p, arg1, 0);
> --
> 1.5.6.5
>
>
> --
> "rm -rf" only sounds scary if you don't have backups
>
>
>
--
Aurelien Jarno GPG: 1024D/F1BCDB73
aurelien@aurel32.net http://www.aurel32.net
prev parent reply other threads:[~2009-02-03 19:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-02 9:18 [Qemu-devel] [PATCH] linux-user: Remove incorrect break; Riku Voipio
2009-02-03 19:57 ` Aurelien Jarno [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090203195736.GE18984@volta.aurel32.net \
--to=aurelien@aurel32.net \
--cc=qemu-devel@nongnu.org \
--cc=riku.voipio@iki.fi \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.