jcf-parse.c (yyparse): variable len changed from a char to an int to prevent overflow.
authorAndrew Haley <aph@viagra.cygnus.co.uk>
Thu, 7 Jan 1999 10:15:33 +0000 (10:15 +0000)
committerAndrew Haley <aph@gcc.gnu.org>
Thu, 7 Jan 1999 10:15:33 +0000 (10:15 +0000)
commit5e1db167b77b3f96157c18fc3c879c28b329f911
tree7684cd73a65eabb9d9ba570592c4a82166765cf3
parent8947065c4433a12febf38644b041e32081825000
jcf-parse.c (yyparse): variable len changed from a char to an int to prevent overflow.

1999-01-07  Andrew Haley  <aph@viagra.cygnus.co.uk>
* jcf-parse.c (yyparse): variable len changed from a char to an
int to prevent overflow.

From-SVN: r24560
gcc/java/ChangeLog
gcc/java/jcf-parse.c