]> granicus.if.org Git - esp-idf/commit
esp32: Adds Stack Smashing Protection Feature
authorAlexey Gerenkov <alexey@espressif.com>
Wed, 15 Nov 2017 08:09:54 +0000 (11:09 +0300)
committerAlexey Gerenkov <alexey@espressif.com>
Fri, 17 Nov 2017 09:08:36 +0000 (12:08 +0300)
commit692a89023202922dc5387548c7bfe3824fe21d83
tree1b917f68e822e26552c719a31ef3bf23c274cad5
parentb83792f50428648ef41bd7679c59fa0f8fa7936d
esp32: Adds Stack Smashing Protection Feature

These changes add posibility to enable GCC stack protector via menuconfig
for all source files in project.
Kconfig
components/bootloader/subproject/Makefile
components/esp32/component.mk
components/esp32/stack_check.c [new file with mode: 0644]
components/esp32/test/test_stack_check.c [new file with mode: 0644]
components/esp32/test/test_stack_check_cxx.cpp [new file with mode: 0644]
make/project.mk
tools/unit-test-app/sdkconfig.defaults