Changeset 108869 in vbox for trunk/src/VBox/Devices/Security/DrvTpmEmu.cpp
- Timestamp:
- Apr 7, 2025 11:36:49 AM (5 weeks ago)
- svn:sync-xref-src-repo-rev:
- 168319
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Security/DrvTpmEmu.cpp
r107428 r108869 503 503 { 504 504 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*/); 506 506 if (RT_SUCCESS(rc)) 507 507 {
Note:
See TracChangeset
for help on using the changeset viewer.