forked from len0rd/rockbox
The M3K's kernel has an incredibly stupid function that mangles the kernel args and copies them to a 100-byte buffer without any kind of bounds checking. So, if the kernel arguments are more than 99 chars the stack may be corrupted, sometimes crashing the kernel. Fortunately, most of the arguments the OF uses are useless, and the truly necessary arguments fit within the absurd 99-char limit. Change-Id: I01ef4513298f79d3c08538239802c21e88509631 |
||
---|---|---|
.. | ||
boot.c | ||
gui.c | ||
install.c | ||
main.c | ||
recovery.c | ||
utils.c | ||
x1000bootloader.h |