summaryrefslogtreecommitdiff
path: root/upb/pb/decoder.int.h
diff options
context:
space:
mode:
Diffstat (limited to 'upb/pb/decoder.int.h')
-rw-r--r--upb/pb/decoder.int.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/upb/pb/decoder.int.h b/upb/pb/decoder.int.h
index a63f74b..b7e462b 100644
--- a/upb/pb/decoder.int.h
+++ b/upb/pb/decoder.int.h
@@ -220,9 +220,9 @@ struct upb_pbdecoder {
/* Buffer for residual bytes not parsed from the previous buffer.
* The maximum number of residual bytes we require is 12; a five-byte
- * unknown tag plus an eight-byte value, less one because the value
+ * unknown tag plus a ten-byte value, less one because the value
* is only a partial value. */
- char residual[12];
+ char residual[14];
char *residual_end;
/* Bytes of data that should be discarded from the input beore we start
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback