James Carlson <carls...@workingcode.com> wrote:

> > I've not seen the issue and a short example would be nice to see.
>
> An example seems crucial, along with details -- such as the compiler in
> use and the compilation options.  I tried it with a few different Sun
> Studio compilers running AMD64 binaries on snv_129, and all of the
> overlapping copy attempts that I made with strcpy() worked just fine.

Well, if the strcpy() source was not changed it is the way strcpy() from libc 
is compiled and I would expect the new behavior only if the code is compiled
with the "restrict" keyword in place for both args.

Jörg

-- 
 EMail:jo...@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
       j...@cs.tu-berlin.de                (uni)  
       joerg.schill...@fokus.fraunhofer.de (work) Blog: 
http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily
_______________________________________________
opensolaris-code mailing list
opensolaris-code@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to