Skip to content

Commit

Permalink
Update docs for 0.5 (Travis build 209)
Browse files Browse the repository at this point in the history
Matching commit 755f9ef:
Parser: validate that maps have both key and value items

If a map end (Break byte) occurs before we've read the concrete item for
the value, then the map is invalid.

Fixes #167

Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>
  • Loading branch information
Travis CI User committed Oct 22, 2019
1 parent 2f778b6 commit 637ec6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 0.5/library_sizes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ linux-clang:
1602 0 0 1602 642 cborerrorstrings.o (ex lib/libtinycbor.a)
1162 0 0 1162 48a cborencoder.o (ex lib/libtinycbor.a)
53 0 0 53 35 cborencoder_close_container_checked.o (ex lib/libtinycbor.a)
3293 0 0 3293 cdd cborparser.o (ex lib/libtinycbor.a)
3365 0 0 3365 d25 cborparser.o (ex lib/libtinycbor.a)
2974 0 0 2974 b9e cborpretty.o (ex lib/libtinycbor.a)
204 0 0 204 cc cborparser_dup_string.o (ex lib/libtinycbor.a)
290 0 0 290 122 cborpretty_stdio.o (ex lib/libtinycbor.a)
Expand Down
2 changes: 1 addition & 1 deletion library_sizes/master/linux-clang
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
1602 0 0 1602 642 cborerrorstrings.o (ex lib/libtinycbor.a)
1162 0 0 1162 48a cborencoder.o (ex lib/libtinycbor.a)
53 0 0 53 35 cborencoder_close_container_checked.o (ex lib/libtinycbor.a)
3293 0 0 3293 cdd cborparser.o (ex lib/libtinycbor.a)
3365 0 0 3365 d25 cborparser.o (ex lib/libtinycbor.a)
2974 0 0 2974 b9e cborpretty.o (ex lib/libtinycbor.a)
204 0 0 204 cc cborparser_dup_string.o (ex lib/libtinycbor.a)
290 0 0 290 122 cborpretty_stdio.o (ex lib/libtinycbor.a)
Expand Down

0 comments on commit 637ec6a

Please sign in to comment.