jcf-path.c (add_entry): alloca len+2 rather than len+1 bytes...
authorAndrew Haley <aph@cygnus.com>
Fri, 12 Mar 1999 07:52:58 +0000 (07:52 +0000)
committerAndrew Haley <aph@gcc.gnu.org>
Fri, 12 Mar 1999 07:52:58 +0000 (07:52 +0000)
commitecef190cbddae4d8a089f440995c407a84ff0254
tree657dc5ed45a2475c52dc4504a5243ca92fb15885
parent6655a9bc33ff49d1964a292d5cb2fcf916853a88
jcf-path.c (add_entry): alloca len+2 rather than len+1 bytes...

1999-03-12  Andrew Haley  <aph@cygnus.com>
        * jcf-path.c (add_entry): alloca len+2 rather than len+1 bytes;
        we'll need a directory separator and a null character.

From-SVN: r25726
gcc/java/ChangeLog
gcc/java/jcf-path.c