protobuf/java/core
Michael Stack 7550bcd89f Change CodedInputStream#DEFAULT_SIZE_LIMIT from 64MB to
Integer.MAX_SIZE (0x7FFFFFF) #2228

M java/core/src/main/java/com/google/protobuf/CodedInputStream.java
 Set DEFAULT_SIZE_LIMIT to Integer.MAX_SIZE (Was 64MB). This is how it was
 in pre-2.7.0 pb. Changed size check to an overflow-conscious test (as it
 is later in tryRefillBuffer (making sizeLimit a long was to disruptive).

M java/core/src/test/java/com/google/protobuf/CodedInputStreamTest.java
 Add two tests that echo tests recently added over in c++ to test parse
 of message sizes that are approach and are beyond the size limit.
2016-12-01 20:18:31 -08:00
..
src Change CodedInputStream#DEFAULT_SIZE_LIMIT from 64MB to 2016-12-01 20:18:31 -08:00
generate-sources-build.xml Restructuring protobuf to multiple modules 2016-01-13 08:15:15 -08:00
generate-test-sources-build.xml Restructuring protobuf to multiple modules 2016-01-13 08:15:15 -08:00
pom.xml Use latest maven-compiler-plugin (2.6.0) 2016-11-04 02:11:55 -04:00