You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Alejandro León Mora (JIRA)" <ji...@apache.org> on 2014/08/06 23:05:14 UTC

[jira] [Created] (TIKA-1388) Tika IOUtils java.lang.OutOfMemoryError

Alejandro León Mora created TIKA-1388:
-----------------------------------------

             Summary: Tika IOUtils java.lang.OutOfMemoryError
                 Key: TIKA-1388
                 URL: https://issues.apache.org/jira/browse/TIKA-1388
             Project: Tika
          Issue Type: Bug
            Reporter: Alejandro León Mora
            Priority: Minor


There is a possible Buffer Overflow error in IOUtils class buecause the buffer is not limited. A Unitary test is present in https://github.com/tutmosisII/TDDJNTikaOutOfMemoryError.

The error generated has this stack trace:

Requested array size exceeds VM limit
java.lang.OutOfMemoryError
	at java.util.Arrays.copyOf(Arrays.java:2271)
	at java.io.ByteArrayOutputStream.grow(ByteArrayOutputStream.java:113)
	at java.io.ByteArrayOutputStream.ensureCapacity(ByteArrayOutputStream.java:93)
	at java.io.ByteArrayOutputStream.write(ByteArrayOutputStream.java:140)
	at org.apache.tika.io.IOUtils.copyLarge(IOUtils.java:934)
	at org.apache.tika.io.IOUtils.copy(IOUtils.java:907)
	at org.apache.tika.io.IOUtils.toByteArray(IOUtils.java:197)



--
This message was sent by Atlassian JIRA
(v6.2#6252)