Hello,

2012/3/3 Michael Tokarev <m...@tls.msk.ru>:
> On 03.03.2012 00:31, Hector Oron wrote:
>> +--- qemu-1.0+dfsg.orig/linux-user/syscall.c
>> ++++ qemu-1.0+dfsg/linux-user/syscall.c
>> +@@ -6853,6 +6853,30 @@ abi_long do_syscall(void *cpu_env, int n
>> +                         goto efault;
>> +                 }
>> +                 break;
>> ++#ifdef PR_GET_NAME
>> ++        case PR_GET_NAME:
>> ++        {
>> ++            void *name = lock_user(VERIFY_WRITE, arg2, 16, 1);
>> ++            if (!name) {

> What it has to do with arm?  It looks like generic linux-user
> emulation layer enhancement, no?

Thats right... just original report was seen on armhf on adduser behaviour.

Cheers,
-- 
 Héctor Orón  -.. . -... .. .- -.   -.. . ...- . .-.. --- .--. . .-.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to