VirtualBox

Changeset 74179 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Sep 10, 2018 10:46:31 AM (6 years ago)
Author:
vboxsync
Message:

IPRT/json: Added \uXXXX and surrogate pair tests. Refuse to decode U+0000, U+FFFE and U+FFFF. bugref:9167

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/err.h

    r74173 r74179  
    28852885/** Bad UTF-16 surrogate pair sequence. */
    28862886#define VERR_JSON_BAD_SURROGATE_PAIR_SEQUENCE       (-24706)
     2887/** Invalid codepoint. */
     2888#define VERR_JSON_INVALID_CODEPOINT                 (-24707)
    28872889/** @} */
    28882890
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette