qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [Bug 1356916] Re: Too small argv limit


From: Peter Maydell
Subject: [Qemu-devel] [Bug 1356916] Re: Too small argv limit
Date: Mon, 20 Jun 2016 15:47:53 -0000

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]