qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [Bug 1075339] Re: linux-user emulation of setsockopt ignore


From: Peter Maydell
Subject: [Qemu-devel] [Bug 1075339] Re: linux-user emulation of setsockopt ignores optlen
Date: Tue, 06 Nov 2012 09:43:43 -0000

Agreed; we would ideally be more careful to return ENOTSUP for options
we don't know we handle correctly. It would be useful if you said which
particular options you were interested in and provided a test case...

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1075339

Title:
  linux-user emulation of setsockopt ignores optlen

Status in QEMU:
  New

Bug description:
  setsockopt always treats the argument as a 4-byte int. This breaks
  timeout options (for which it's an 8- or 16-byte timeval structure,
  depending on word size) and possibly other socket options. int is
  probably a safe default, but options whose values are other types need
  special-case conversion code.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1075339/+subscriptions



reply via email to

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