Searched defs:cchPathSharedLibs (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/
H A DSUPR3HardenedMain.cpp814 size_t cchPathSharedLibs = suplibHardenedStrLen(pszSrcPath); local
815 if (cchPathSharedLibs >= cchPath)
816 supR3HardenedFatal("supR3HardenedPathSharedLibs: Buffer overflow, %zu >= %zu\n", cchPathSharedLibs, cchPath);
817 suplibHardenedMemCopy(pszPath, pszSrcPath, cchPathSharedLibs + 1);

Completed in 47 milliseconds