summaryrefslogtreecommitdiff
path: root/upb/pb/decoder.int.h
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2015-08-12 17:26:08 -0700
committerJoshua Haberman <jhaberman@gmail.com>2015-08-12 17:26:08 -0700
commitd56339e6ff3b08140204addd6414b6fb7d915957 (patch)
tree87c6b186feb7b89fb84b3125653b0fe2d7ade339 /upb/pb/decoder.int.h
parent9c788b116e9a3ba6d774f39025a0f89e77598d44 (diff)
parent85440108e502b6f58671fcfc4b84103d1a716253 (diff)
Merge pull request #36 from haberman/decoderfix
Decoder fix: skipped data at end of submessage.
Diffstat (limited to 'upb/pb/decoder.int.h')
-rw-r--r--upb/pb/decoder.int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/upb/pb/decoder.int.h b/upb/pb/decoder.int.h
index be5d044..a63f74b 100644
--- a/upb/pb/decoder.int.h
+++ b/upb/pb/decoder.int.h
@@ -273,6 +273,7 @@ void upb_pbdecoder_seterr(upb_pbdecoder *d, const char *msg);
/* Error messages that are shared between the bytecode and JIT decoders. */
extern const char *kPbDecoderStackOverflow;
+extern const char *kPbDecoderSubmessageTooLong;
/* Access to decoderplan members needed by the decoder. */
const char *upb_pbdecoder_getopname(unsigned int op);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback