mirror of
https://github.com/protobuf-c/protobuf-c.git
synced 2024-12-29 23:42:12 +08:00
i guess this is too rude
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@180 00440858-1255-0410-a3e6-75ea37f81c3a
This commit is contained in:
parent
73f34af0d7
commit
cb95ca9c64
@ -1483,7 +1483,8 @@ protobuf_c_message_unpack (const ProtobufCMessageDescriptor *desc,
|
|||||||
}
|
}
|
||||||
case PROTOBUF_C_WIRE_TYPE_START_GROUP:
|
case PROTOBUF_C_WIRE_TYPE_START_GROUP:
|
||||||
case PROTOBUF_C_WIRE_TYPE_END_GROUP:
|
case PROTOBUF_C_WIRE_TYPE_END_GROUP:
|
||||||
PROTOBUF_C_ASSERT_NOT_REACHED ();
|
UNPACK_ERROR (("unsupported group tag at offset %u", (unsigned)(at-data)));
|
||||||
|
goto error_cleanup;
|
||||||
case PROTOBUF_C_WIRE_TYPE_32BIT:
|
case PROTOBUF_C_WIRE_TYPE_32BIT:
|
||||||
if (rem < 4)
|
if (rem < 4)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user