VirtualBox

Changeset 107786 in vbox for trunk/src/VBox/Runtime/common


Ignore:
Timestamp:
Jan 15, 2025 3:33:12 PM (4 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
166924
Message:

Runtime/common/zip/tarcmd.cpp: Add assertion for status code, bugref:3409

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/zip/tarcmd.cpp

    r107631 r107786  
    12301230                    rcExit = RTMsgErrorExitFailure("%s: Failed copying hardlinked file '%s': %Rrc", pszDst, szFullTarget, rc);
    12311231                    rc = RTFileClose(hDstFile);
     1232                    AssertRC(rc);
    12321233                    RTFileDelete(pszDst);
    12331234                }
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