James Carlson <[email protected]> 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:[email protected] (home) Jörg Schilling D-13353 Berlin [email protected] (uni) [email protected] (work) Blog: http://schily.blogspot.com/ URL: http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
