Bug#334458: sysctl patch doesn't byte-swap name values

2005-10-19 Thread Josh Triplett
Elrond wrote: > On Mon, Oct 17, 2005 at 06:25:53PM -0700, Josh Triplett wrote: > >>Package: qemu >>Version: 0.7.0-4 >>Tags: patch >> >>The patch to handle the kernel version sysctl correctly runs tswapl on >>all the arguments to sysctl, but does not run tswapl on the contents of >>the name array.

Bug#334458: sysctl patch doesn't byte-swap name values

2005-10-19 Thread Elrond
On Mon, Oct 17, 2005 at 06:25:53PM -0700, Josh Triplett wrote: > Package: qemu > Version: 0.7.0-4 > Tags: patch > > The patch to handle the kernel version sysctl correctly runs tswapl on > all the arguments to sysctl, but does not run tswapl on the contents of > the name array. The attached patch

Bug#334458: sysctl patch doesn't byte-swap name values

2005-10-17 Thread Josh Triplett
Package: qemu Version: 0.7.0-4 Tags: patch The patch to handle the kernel version sysctl correctly runs tswapl on all the arguments to sysctl, but does not run tswapl on the contents of the name array. The attached patch fixes this problem. - Josh Triplett --- qemu-0.7.0/linux-user/syscall.c 20