Skip to content

Commit

Permalink
Add firefox updater.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyLined committed May 25, 2017
1 parent 9665119 commit 2ef2dd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PageHeap.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ IF "%~1" == "" (
) ELSE IF "%~1" == "firefox" (
CALL :SET_PAGE_HEAP firefox.exe "%~2"
CALL :SET_PAGE_HEAP helper.exe "%~2"
CALL :SET_PAGE_HEAP updater.exe "%~2"
CALL :SET_PAGE_HEAP plugin-container.exe "%~2"
IF "%~1" == "ON" (
ECHO NOTE: Firefox has its own heap manager, so heap corruption detection is not as
Expand Down

0 comments on commit 2ef2dd1

Please sign in to comment.