mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-26 20:30:41 +00:00
Followup to Bug 1311515 - include information on whether system is at risk of bug 1296630 in the update ping. r=felipc
This commit is contained in:
parent
4aaad1ce55
commit
04942bdcfa
3
browser/extensions/aushelper/bootstrap.js
vendored
3
browser/extensions/aushelper/bootstrap.js
vendored
@ -59,7 +59,7 @@ function startup() {
|
||||
}
|
||||
|
||||
let microCodeVersions = [0xe, 0x11, 0x12, 0x13, 0x16, 0x18, 0x19];
|
||||
let cpuRevMatch = false;
|
||||
let cpuRevMatch = null;
|
||||
try {
|
||||
let keyNames = ["Update Revision", "Update Signature"];
|
||||
for (let i = 0; i < keyNames.length; ++i) {
|
||||
@ -76,6 +76,7 @@ function startup() {
|
||||
}
|
||||
hexVal.unshift(c);
|
||||
}
|
||||
cpuRevMatch = false;
|
||||
if (microCodeVersions.indexOf(parseInt(hexVal.join(''))) != -1) {
|
||||
cpuRevMatch = true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user