mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
2215f29883
Adds a memset function `system_secure_memset` which cannot be optimized out by the compiler. It uses the libsodium approach of weak symbols. Function system_secure_memset calls the standard memset. Calling an empty function declared with weak attribute after the memset call, prevents the compiler to optimize it out. The overhead is only one function call. |
||
---|---|---|
.. | ||
freertos | ||
sys | ||
adc_arch.h | ||
cpu_conf.h | ||
cpu.h | ||
esp_common_log.h | ||
esp_common.h | ||
exceptions.h | ||
gpio_arch.h | ||
irq_arch.h | ||
log_module.h | ||
periph_cpu.h | ||
sdk_conf.h | ||
stdio.h | ||
syscalls.h | ||
thread_arch.h | ||
tools.h | ||
xtensa_conf.h |