Changeset 91431 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Sep 28, 2021 11:36:29 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/efi/efisignaturedb.cpp
r90315 r91431 433 433 uint64_t cbFile; 434 434 int rc = RTVfsFileQuerySize(hVfsFileIn, &cbFile); 435 if (RT_SUCCESS(rc)) 435 if ( RT_SUCCESS(rc) 436 && cbFile) 436 437 { 437 438 do
Note:
See TracChangeset
for help on using the changeset viewer.