
22 May
2013
22 May
'13
4:59 p.m.
On Tue, Jan 17, 2012 at 09:37:41AM -0000, Doug Anderson wrote:
This makes fixup_silent_linux() use malloc() to allocate its working space, meaning that our maximum kernel command line should only be limited by malloc(). Previously it was silently overflowing the stack.
Note that nothing about this change increases the kernel's maximum command line length. If you have a command line that is >256 bytes it's up to you to make sure that kernel can handle it.
Signed-off-by: Doug Anderson dianders@chromium.org Acked-by: Mike Frysinger vapier@gentoo.org
Applied to u-boot/master, thanks!
--
Tom