mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-29 14:54:05 +08:00
re PR libfortran/16080 (segmentation fault when reading empty string)
2004-06-19 Bud Davis <bdavis9659@comcast.net> PR gfortran/16080 * io/list_read.c(set_value): fixed spelling. From-SVN: r83389
This commit is contained in:
parent
04b0faec08
commit
bb9db7b136
@ -1,3 +1,8 @@
|
||||
2004-06-19 Bud Davis <bdavis9659@comcast.net>
|
||||
|
||||
PR gfortran/16080
|
||||
* io/list_read.c(set_value): fixed spelling.
|
||||
|
||||
2004-06-19 Bud Davis <bdavis9659@comcast.net>
|
||||
|
||||
PR gfortran/16080
|
||||
|
@ -1318,7 +1318,7 @@ set_value:
|
||||
m = (len < saved_used) ? len : saved_used;
|
||||
memcpy (p, saved_string, m);
|
||||
}
|
||||
else /* just delimeters encountered, nothing to copy but SPACE */
|
||||
else /* just delimiters encountered, nothing to copy but SPACE */
|
||||
m = 0;
|
||||
|
||||
if (m < len)
|
||||
|
Loading…
Reference in New Issue
Block a user