Re: [PATCH,Fortran] Fix libgfortran/io/close.c for !HAVE_UNLINK_OPEN_FILE

2018-10-02 Thread Janne Blomqvist
On Tue, Oct 2, 2018 at 2:08 PM Gerald Pfeifer wrote: > Revision r215307 | jb | 2014-09-16 23:40:28 +0200 (Di, 16 Sep 2014) > >PR libfortran/62768 Handle filenames with embedded null characters. >: > > made the changes like the following to libgfortran/io/close.c > >#if !HAVE_UNLINK_OP

[PATCH,Fortran] Fix libgfortran/io/close.c for !HAVE_UNLINK_OPEN_FILE

2018-10-02 Thread Gerald Pfeifer
Revision r215307 | jb | 2014-09-16 23:40:28 +0200 (Di, 16 Sep 2014) PR libfortran/62768 Handle filenames with embedded null characters. : made the changes like the following to libgfortran/io/close.c #if !HAVE_UNLINK_OPEN_FILE - path = fc_strdup (u->file, u->file_len); +