Detect too large varint values when decoding.
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>
Sun, 4 Jan 2015 10:04:24 +0000 (12:04 +0200)
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>
Sun, 4 Jan 2015 10:17:24 +0000 (12:17 +0200)
commita0f0440394ac3b38105dfad09366f95011c5d8d3
tree792051d88b376c60a449b291d66e45741b5569e7
parent50c67ecec4895f65ba684e4b46b4b70980a5be6a
Detect too large varint values when decoding.

Because Issue #139 now allows limiting integer fields, it is good
to check the values received from other protobuf libraries against
the lower limits.
pb_decode.c
tests/decode_unittests/decode_unittests.c
tests/intsizes/intsizes_unittests.c