VirtualBox

Changeset 93049 in vbox for trunk/src/VBox/HostDrivers


Ignore:
Timestamp:
Dec 21, 2021 3:14:52 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
149053
Message:

Support: Fix appending the entry name to the path (uncovered after r149035 which made installing the extension pack fail)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPR3HardenedVerify.cpp

    r93033 r93049  
    16861686            break;
    16871687        }
    1688         suplibHardenedMemCopy(&pszDirPath[cchName], pEntry->d_name, cchName + 1);
     1688        suplibHardenedMemCopy(&pszDirPath[cchDirPath], pEntry->d_name, cchName + 1);
    16891689
    16901690        /*
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