This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch, libfortran] Fix PR 32217, crash on unpack of zero-sized array


Thomas Koenig wrote:
:ADDPATCH fortran:

Hello world,

having returned from my holidays, here's a small patch that fixes PR
32217.  The problem here was that the data pointer for a zero-sized
array was dereferenced inside the library, which caused a segfault.

Regression-tested on i686-pc-linux-gnu.  Also regression-tested on PPC
with Darwin 7 by Dominique, as noted in the PR.

OK for trunk?

This is OK. Thanks.

Jerry


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]