Fix bug with decoding empty message types. Add test for the same.
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>
Sat, 9 Mar 2013 10:35:07 +0000 (12:35 +0200)
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>
Sat, 9 Mar 2013 10:35:07 +0000 (12:35 +0200)
commitd2e3c1ad930efbee0ab4839124522da94f70ada4
treebf9875dc44eb003841d59dbd3f1aba5186223bc7
parent5522e02133be7d9dfd2f350f2774dfc0abc15686
Fix bug with decoding empty message types. Add test for the same.

Note: the bug only applies to empty message types. Empty messages
of non-empty message types are not affected.

Update issue 65
Status: FixedInGit
pb_decode.c
tests/alltypes.proto
tests/test_decode3.c
tests/test_encode3.c