Re: [PATCH] PR fortran/95091 - Buffer overflows with submodules and long symbols

2020-06-07 Thread H.J. Lu via Gcc-patches
Yes, it works. On Sun, Jun 7, 2020 at 7:19 AM Harald Anlauf wrote: > > Hi H.J., > > > Gesendet: Sonntag, 07. Juni 2020 um 16:02 Uhr > > Von: "H.J. Lu" > > An: "Thomas Koenig" > > Cc: "Harald Anlauf" , "fortran" , > &

[Commited] (Re: [PATCH] PR fortran/95091 - Buffer overflows with submodules and long symbols)

2020-06-07 Thread Harald Anlauf
I've committed the patch below to fix bootstrap. Sorry for the breakage! Harald commit 5aaccde3db39fac7e7f6677ceccc1eadd9c6a424 (HEAD -> master, origin/master, origin/HEAD) Author: Harald Anlauf Date: Sun Jun 7 16:43:12 2020 +0200 PR fortran/95091 - Buffer overflows with submodules and

Re: [PATCH] PR fortran/95091 - Buffer overflows with submodules and long symbols

2020-06-07 Thread Harald Anlauf
Hi H.J., > Gesendet: Sonntag, 07. Juni 2020 um 16:02 Uhr > Von: "H.J. Lu" > An: "Thomas Koenig" > Cc: "Harald Anlauf" , "fortran" , > "gcc-patches" > Betreff: Re: [PATCH] PR fortran/95091 - Buffer overflows with submodul

Re: [PATCH] PR fortran/95091 - Buffer overflows with submodules and long symbols

2020-06-07 Thread H.J. Lu via Gcc-patches
On Sun, Jun 7, 2020 at 1:28 AM Thomas Koenig via Gcc-patches wrote: > > Hi Harald, > > > There's another case of buffer overflows when F2008 submodules are used. > > Buffer sizes are further increased, and checks for overflow are put into > > place. > > > > OK for master? > > OK, also for the back

Re: [PATCH] PR fortran/95091 - Buffer overflows with submodules and long symbols

2020-06-07 Thread Thomas Koenig via Gcc-patches
Hi Harald, There's another case of buffer overflows when F2008 submodules are used. Buffer sizes are further increased, and checks for overflow are put into place. OK for master? OK, also for the backport. Thanks a lot! Regards Thomas

[PATCH] PR fortran/95091 - Buffer overflows with submodules and long symbols

2020-06-06 Thread Harald Anlauf
There's another case of buffer overflows when F2008 submodules are used. Buffer sizes are further increased, and checks for overflow are put into place. OK for master? I intend to backport to 10 and 9, since I believe the patch is safe. Thanks, Harald PR fortran/95091 - Buffer overflows with s