qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] security_20040618


From: Vladimir N. Oleynik
Subject: Re: [Qemu-devel] [PATCH] security_20040618
Date: Sat, 19 Jun 2004 11:37:59 +0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040117

Tim,

> Updates to this, from the previous version two days ago, include
> additional strcpy replacements,

> --- qemu-current/monitor.c 2004-06-16 20:49:59.000000000 -0700
> +++ qemu-dev/monitor.c     2004-06-17 22:12:49.000000000 -0700
>                  str = qemu_malloc(strlen(buf) + 1);
> -                strcpy(str, buf);
> +                pstrcpy(str, strlen(buf) + 1,  buf);

In my opinion, it already absolutely unnecessary correction.
There is in this place no problem.


--w
vodz




reply via email to

[Prev in Thread] Current Thread [Next in Thread]