|
|
|
@ -2911,8 +2911,8 @@ public abstract class CodedInputStream { |
|
|
|
|
/** |
|
|
|
|
* Attempts to read the data in one byte array when it's safe to do. Returns null if the size to |
|
|
|
|
* read is too large and needs to be allocated in smaller chunks for security reasons. |
|
|
|
|
* |
|
|
|
|
* Returns a byte[] that may have escaped to user code via InputStream APIs. |
|
|
|
|
* |
|
|
|
|
* <p>Returns a byte[] that may have escaped to user code via InputStream APIs. |
|
|
|
|
*/ |
|
|
|
|
private byte[] readRawBytesSlowPathOneChunk(final int size) throws IOException { |
|
|
|
|
if (size == 0) { |
|
|
|
|