re PR java/22113 (Buffer overflow in the lexical analyser while reading FP literals)
authorRanjit Mathew <rmathew@hotmail.com>
Tue, 16 Aug 2005 18:46:18 +0000 (18:46 +0000)
committerRanjit Mathew <rmathew@gcc.gnu.org>
Tue, 16 Aug 2005 18:46:18 +0000 (18:46 +0000)
commit17b456229ec66d747ffb569508fa168f5d92cfc8
tree171349b84a5e6f0d001eac3f48739c1e2237c51c
parent17ccdd2c51e9498d5eddd581e5328253ae42fb2a
re PR java/22113 (Buffer overflow in the lexical analyser while reading FP literals)

PR java/22113
* lex.c (do_java_lex): Define MAX_TOKEN_LEN. Avoid overflowing
`literal_token' for large numeric input tokens.

From-SVN: r103167
gcc/java/ChangeLog
gcc/java/lex.c