- Timestamp:
- Jul 26, 2021 1:47:40 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 145899
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/tools/RTEfiSigDb.cpp
r90335 r90336 410 410 char szVarPath[_1K]; 411 411 ssize_t cch = RTStrPrintf2(szVarPath, sizeof(szVarPath), "/raw/%s/attr", pszVar); 412 Assert(cch > 0); 412 Assert(cch > 0); RT_NOREF(cch); 413 413 414 414 RTVFSFILE hVfsFileAttr = NIL_RTVFSFILE; … … 447 447 char szDbPath[_1K]; 448 448 ssize_t cch = RTStrPrintf2(szDbPath, sizeof(szDbPath), "/by-uuid/%RTuuid/%s", &UuidSecurityDb, pszDb); 449 Assert(cch > 0); 449 Assert(cch > 0); RT_NOREF(cch); 450 450 451 451 RTVFSFILE hVfsFileSigDb = NIL_RTVFSFILE;
Note:
See TracChangeset
for help on using the changeset viewer.