• M
    linux-user/FLAT: fix auto-stack sizing · 82a39595
    Mike Frysinger 提交于
    The current auto-stack sizing works like it does on a NOMMU system; the
    problem is that this only works if the envp/argv arrays are fairly slim.
    On a desktop system, this is rarely the case, and can easily blow past
    the stack and into data/text regions as the default stack for FLAT progs
    is a mere 4KiB.  So rather than rely on the NOMMU calculation (which is
    only there because NOMMU can't easily allocate gobs of contiguous mem),
    calc the full space actually needed and let the MMU host make space.
    Signed-off-by: NMike Frysinger <vapier@gentoo.org>
    Signed-off-by: NRiku Voipio <riku.voipio@nokia.com>
    82a39595
flatload.c 25.6 KB