qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [Bug 1356916] [NEW] Too small argv limit


From: Andreas Schwab
Subject: [Qemu-devel] [Bug 1356916] [NEW] Too small argv limit
Date: Thu, 14 Aug 2014 14:31:15 -0000

Public bug reported:

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

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
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:
  New

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]