mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 07:28:10 +00:00
fix(core): avoid accidental build with broken stack protector (boardloader)
This commit is contained in:
parent
a85d2483ff
commit
b03b688f2d
1
core/embed/boardloader/.changelog.d/1642.security
Normal file
1
core/embed/boardloader/.changelog.d/1642.security
Normal file
@ -0,0 +1 @@
|
||||
Avoid accidental build with broken stack protector
|
@ -20,6 +20,7 @@
|
||||
#include <string.h>
|
||||
|
||||
#include "common.h"
|
||||
#include "compiler_traits.h"
|
||||
#include "display.h"
|
||||
#include "flash.h"
|
||||
#include "image.h"
|
||||
|
Loading…
Reference in New Issue
Block a user