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.


>>>>> "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.

This is ok.  Thanks for doing this.

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.

Contact me off-list and I will send you the form.

Tom


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