This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [fortran] Fix a segfault in io.c:compare_to_allowed_values
- From: "François-Xavier Coudert" <fxcoudert at gmail dot com>
- To: "Kaz Kojima" <kkojima at rr dot iij4u dot or dot jp>
- Cc: fortran at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Mon, 16 Oct 2006 14:22:47 +0200
- Subject: Re: [fortran] Fix a segfault in io.c:compare_to_allowed_values
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=U/8/uJLHEO5eQUXKReIFZ6aA9tKO4RjU58lKUCGbfzzlXW15pykQGfUHDT48bA5ZIWaVI01YjzSQ7cBnFGCgqnq5nnBuNXFAoyRSSYQ8ftuncZBT8y+QuWHAQ5cZpSb4QFYf1AJJVJlf5TAweF7Hyn5iiHk5jLOLQ9M4OD/cH3c=
- References: <20061016.195518.104029151.kkojima@rr.iij4u.or.jp>
* io.c (gfc_match_close): Add NULL at the end of status.
Right about the problem, and right about the fix. Commited as rev.
117785. Sorry it happened in the first place.
Thanks,
FX