mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
187bea4726
When CONFIG_FORTIFY_SOURCE is set, memcpy() checks the potential
buffer overflow and panics. The code in sofcpga bootstrapping
contains the memcpy() calls are mistakenly translated as the shorter
size, hence it triggers a panic as if it were overflowing.
This patch changes the secondary_trampoline and *_end definitions
to arrays for avoiding the false-positive crash above.
Fixes:
|
||
---|---|---|
.. | ||
core.h | ||
headsmp.S | ||
Kconfig | ||
l2_cache.c | ||
Makefile | ||
ocram.c | ||
platsmp.c | ||
pm.c | ||
self-refresh.S | ||
socfpga.c |