On Thu, Mar 15, 2007 at 05:09:33PM +1300, Ian Collins wrote: > Standard violating code? I'm shocked! > > How does this work with the gcc build, are compile options used so > string literals do not go in read only pages?
Mostly we fixed all these that we found (and when building with gcc, -xstrconst is effectively enabled by default). A few places we added -fwritable-strings because we didn't own the code or the people who do didn't want to go to the trouble of fixing it. I'll bet money there's still at least one SEGV from this lurking somewhere in ON. -- Keith M Wesolowski "Sir, we're surrounded!" FishWorks "Excellent; we can attack in any direction!" _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
