• Jon Skeet's avatar
    Detect invalid tags with a field number of 0 in C# · e0d24cc8
    Jon Skeet authored
    Previously we only rejected the tag if the tag itself was 0, i.e.
    field=0, type=varint. The type doesn't matter: field 0 is always
    invalid.
    
    This removes the last of the C# conformance failures.
    e0d24cc8
CodedInputStream.cs 47.2 KB