Skip to content

Commit

Permalink
Bug 957258 - Block sprotector.dll on all versions of Windows. r=bsmed…
Browse files Browse the repository at this point in the history
…berg
  • Loading branch information
David Major committed Jan 10, 2014
1 parent 71376fa commit 248db83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mozglue/build/WindowsDllBlocklist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ static DllBlockInfo sWindowsDllBlocklist[] = {
// Topcrash with Babylon Toolbar on FF16+ (bug 721264)
{"babyfox.dll", ALL_VERSIONS},

{"sprotector.dll", ALL_VERSIONS, DllBlockInfo::BLOCK_WIN8PLUS_ONLY },
// sprotector.dll crashes, bug 957258
{"sprotector.dll", ALL_VERSIONS},

// Topcrash with Websense Endpoint, bug 828184
{"qipcap.dll", MAKE_VERSION(7, 6, 815, 1)},
Expand Down

0 comments on commit 248db83

Please sign in to comment.