RFC Errata
RFC 7049, "Concise Binary Object Representation (CBOR)", October 2013
Note: This RFC has been obsoleted by RFC 8949
Source of RFC: IETF - NON WORKING GROUPArea Assignment: app
See Also: RFC 7049 w/ inline errata
Errata ID: 3770
Status: Verified
Type: Editorial
Publication Format(s) : TEXT
Reported By: Peter Klavins
Date Reported: 2013-10-29
Verifier Name: Barry Leiba
Date Verified: 2013-10-31
Section 3.6 says:
... needed encoding (such as encoding "0" as 0b000_11101 followed by two bytes of 0x00) as long as the application can decode an integer of ...
It should say:
... needed encoding (such as encoding "0" as 0b000_11001 followed by two bytes of 0x00) as long as the application can decode an integer of ...
Notes:
Additional information value for 2-byte unsigned integer is 25, which encodes as 0b11001.