Skip to content

Enable Stack Smashing Protector (SSP) #120

@greenknot

Description

@greenknot

Hello,

Could we enable on Nano S+, Nano X, and Stax please? The following lines should be added to Makefile.defines for these devices:

# Stack Smashing Protector support
LDLIBS   += -Wl,--wrap=__stack_chk_fail -Wl,--wrap=__stack_chk_init
AFLAGS   += -fstack-protector-strong
CFLAGS   += -fstack-protector-strong

Thanks!

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions