------- Comment #7 from burnus at gcc dot gnu dot org 2010-04-22 09:25 ------- Side note: template = get_mem (strlen (tempdir) + 20);
Can one change the "20" into "19" or "18 + 1" ? The string "/gfortrantmpXXXXXX" has 18 characters and '\0' has one. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43844