diff --git a/mozglue/build/WindowsDllBlocklist.cpp b/mozglue/build/WindowsDllBlocklist.cpp index 500546752b32..9f3dff61049e 100644 --- a/mozglue/build/WindowsDllBlocklist.cpp +++ b/mozglue/build/WindowsDllBlocklist.cpp @@ -137,6 +137,9 @@ static DllBlockInfo sWindowsDllBlocklist[] = { // Software is discontinued/unsupported { "atkdx11disp.dll", ALL_VERSIONS }, + // Topcrash with Conduit SearchProtect, bug 944542 + { "spvc32.dll", ALL_VERSIONS }, + { nullptr, 0 } };