Internal change.

PiperOrigin-RevId: 518582206
pull/12316/head
cpovirk 2 years ago committed by Copybara-Service
parent 2b663464ea
commit 9a76b96cc4
  1. 4
      java/core/src/main/java/com/google/protobuf/CodedInputStream.java

@ -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) {

Loading…
Cancel
Save