VirtualBox

Ignore:
Timestamp:
Apr 7, 2025 11:36:49 AM (5 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
168319
Message:

Runtime/RTJson*: Add support for a subset of the JSON5 specification, bugref:10388

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Security/DrvTpmEmu.cpp

    r107428 r108869  
    503503            {
    504504                RTJSONVAL hJsonVal = NIL_RTJSONVAL;
    505                 rc = RTJsonParseFromBuf(&hJsonVal, &abData[0], RT_BE2H_U32(Resp.cbThis), NULL /*pErrInfo*/);
     505                rc = RTJsonParseFromBuf(&hJsonVal, 0 /*fFlags*/, &abData[0], RT_BE2H_U32(Resp.cbThis), NULL /*pErrInfo*/);
    506506                if (RT_SUCCESS(rc))
    507507                {
Note: See TracChangeset for help on using the changeset viewer.

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