forked from mirrors/gecko-dev
Bug 1733532 introduced a debug-only assertion so that we have failing gtests if we unintentionnally reintroduce stack buffers in patched_NtMapViewOfFile. This is important to make the patch from bug 1733532 futureproof. This helped us realize that the function currently gets a stack cookie check in non-optimized builds. We can prevent this by enforcing the absence of stack cookie checks in patched_NtMapViewOfFile with a new function attribute MOZ_NO_STACK_PROTECTOR. Differential Revision: https://phabricator.services.mozilla.com/D171362 |
||
|---|---|---|
| .. | ||
| freestanding | ||
| test | ||
| DllBlocklistInit.cpp | ||
| DllBlocklistInit.h | ||
| ErrorHandler.cpp | ||
| ErrorHandler.h | ||
| LauncherProcessWin.cpp | ||
| LauncherProcessWin.h | ||
| LaunchUnelevated.cpp | ||
| LaunchUnelevated.h | ||
| moz.build | ||
| NtLoaderAPI.cpp | ||
| ProcThreadAttributes.h | ||
| SameBinary.h | ||