Bug 1615139 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

In the browser process, `firefox!mozilla::RestoreImportDirectory` is called twice: from `SandboxBroker::LaunchApp` first, and then from `InitializeDllBlocklistOOP`.  We can remove the first one.
In the browser process, `firefox!mozilla::RestoreImportDirectory` is called twice: [from `SandboxBroker::LaunchApp`](https://searchfox.org/mozilla-central/rev/1db5ef59eba65d32d6a29a494e87b6078453e559/security/sandbox/win/src/sandboxbroker/sandboxBroker.cpp#324) first, and then from `InitializeDllBlocklistOOP` inside [`dllSvc->InitDllBlocklistOOP`](https://searchfox.org/mozilla-central/rev/1db5ef59eba65d32d6a29a494e87b6078453e559/security/sandbox/win/src/sandboxbroker/sandboxBroker.cpp#340).  We can remove the first one.

Back to Bug 1615139 Comment 0