https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67363
Rainer Orth <ro at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2015-08-31 CC| |ro at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #4 from Rainer Orth <ro at gcc dot gnu.org> --- Right: using xstrndup instead of strndup is the right fix and matches other parts of the gcc directory. This patch also broke Solaris 10 bootstrap. I'll later commit that fix as obvious. Rainer