• Brian Duff's avatar
    Protect against null repeated fields. · 34547de9
    Brian Duff authored
    There's no distinction between a repeated field being null and being
    empty. In both cases, nothing is sent on the wire. Clients might for
    whatever reason inadvertently set a repeated field to null, so
    protect against that and treat it just as if the field was empty.
    
    Change-Id: Ic3846f7f2189d6cfff6f8ef3ca217daecc3c8be7
    34547de9
Name
Last commit
Last update
..
CodedInputByteBufferNano.java Loading commit data...
CodedOutputByteBufferNano.java Loading commit data...
Extension.java Loading commit data...
InternalNano.java Loading commit data...
InvalidProtocolBufferNanoException.java Loading commit data...
MessageNano.java Loading commit data...
MessageNanoPrinter.java Loading commit data...
UnknownFieldData.java Loading commit data...
WireFormatNano.java Loading commit data...