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] Fix incorrect use of strcpy.


On Thu, 2012-03-08 at 11:17 -0700, Tom Tromey wrote:
> >>>>> "Chris" == Chris January <chris.january@allinea.com> writes:
> 
> Chris> The strings passed to strcpy may not overlap, but &p and &p[len + 1]
> Chris> clearly do. memmove allows overlapping memory area.

Ping for commit?

> I think you should get started on your copyright assignment papers.
> Your current patches are probably under the limit, but if you send more
> then we'll need these.

We have a company-wide assignment on file.

Chris



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