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 authored and Travis CI committed Oct 22, 2019
1 parent 6a7f448 commit e46715c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 0.5/library_sizes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ __TEXT __DATA __OBJC others dec hex
1733 0 0 519 2252 8cc lib/libtinycbor.a(cborerrorstrings.o)
1739 0 0 3184 4923 133b lib/libtinycbor.a(cborencoder.o)
74 0 0 560 634 27a lib/libtinycbor.a(cborencoder_close_container_checked.o)
3707 0 0 6160 9867 268b lib/libtinycbor.a(cborparser.o)
3769 0 0 6261 10030 272e lib/libtinycbor.a(cborparser.o)
3077 0 0 3649 6726 1a46 lib/libtinycbor.a(cborpretty.o)
203 0 0 571 774 306 lib/libtinycbor.a(cborparser_dup_string.o)
379 0 0 754 1133 46d lib/libtinycbor.a(cborpretty_stdio.o)
3876 0 0 4533 8409 20d9 lib/libtinycbor.a(cbortojson.o)
3876 0 0 4535 8411 20db lib/libtinycbor.a(cbortojson.o)
2620 0 0 3542 6162 1812 lib/libtinycbor.a(cborvalidation.o)
4 changes: 2 additions & 2 deletions library_sizes/master/macx-clang
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ __TEXT __DATA __OBJC others dec hex
1733 0 0 519 2252 8cc lib/libtinycbor.a(cborerrorstrings.o)
1739 0 0 3184 4923 133b lib/libtinycbor.a(cborencoder.o)
74 0 0 560 634 27a lib/libtinycbor.a(cborencoder_close_container_checked.o)
3707 0 0 6160 9867 268b lib/libtinycbor.a(cborparser.o)
3769 0 0 6261 10030 272e lib/libtinycbor.a(cborparser.o)
3077 0 0 3649 6726 1a46 lib/libtinycbor.a(cborpretty.o)
203 0 0 571 774 306 lib/libtinycbor.a(cborparser_dup_string.o)
379 0 0 754 1133 46d lib/libtinycbor.a(cborpretty_stdio.o)
3876 0 0 4533 8409 20d9 lib/libtinycbor.a(cbortojson.o)
3876 0 0 4535 8411 20db lib/libtinycbor.a(cbortojson.o)
2620 0 0 3542 6162 1812 lib/libtinycbor.a(cborvalidation.o)

0 comments on commit e46715c

Please sign in to comment.