We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ab76aa commit 0834dd8Copy full SHA for 0834dd8
CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.7.2)
2
3
project(KeepKeyFirmware
4
5
- VERSION 7.1.5
+ VERSION 7.1.7
6
7
LANGUAGES C CXX ASM)
8
tools/firmware/keepkey_main.c
@@ -95,7 +95,7 @@ static bool canDropPrivs(void) {
95
// by this point already, and trying to drop privs *again* will cause a fault.
96
bool sigPresent = sigindex1 >= 1 && sigindex1 <= BLK_v2_0_0_PUBKEYS;
97
// delay before the security-critical branch instruction
98
- return !fi_defense_delay(sigPresent);
+ return fi_defense_delay(sigPresent);
99
}
100
101
__builtin_unreachable();
0 commit comments