This was fixed in QEMU 2.5.
** Changed in: qemu
Status: New => Fix Released
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1356916
Title:
Too small argv limit
Status in QEMU:
Fix Released
Bug description:
Current kernels don't have a fixed argv/environ limit any more, but
the user-space emulation of qemu is still using a fixed limit. This
can cause execve to fail when it wouldn't on a real system. For
example, the follwing command should not fail in the emulated
environment:
$ /bin/true $(yes | head -n 100000)
-bash: /bin/true: Argument list too long
To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1356916/+subscriptions