This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] gdb: fix sparc memcpy fortify error


Hi,

I got this issue in a amd64 ubuntu 9.04.
I reported it before, someone tell me that this is the bug of gcc.

Now, I handle this issue in this pc is  remove all the sparc function
from init.c file.

Thanks,
Hui

On Fri, Mar 19, 2010 at 15:44, Eli Zaretskii <eliz@gnu.org> wrote:
>> From: Mike Frysinger <vapier@gentoo.org>
>> Date: Thu, 18 Mar 2010 22:09:09 -0400
>>
>> - ?gdb_byte buf[8];
>> + ?gdb_byte buf[max(len, 8)];
>
> Isn't this Standard C only under C9x? ?If so, we don't yet require
> that standard version, AFAIK.
>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]