qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] RE: [kvm-devel] [PATCH] Making SLIRP code more 64-bit clean


From: Zhang, Xiantao
Subject: [Qemu-devel] RE: [kvm-devel] [PATCH] Making SLIRP code more 64-bit clean
Date: Wed, 30 Jan 2008 12:27:31 +0800

Scott Pakin wrote:
> The attached patch corrects a bug in qemu/slirp/tcp_var.h that defines
> the seg_next field in struct tcpcb to be 32 bits wide regardless of
> 32/64-bitness.  seg_next is assigned a pointer value in
> qemu/slirp/tcp_subr.c, then cast back to a pointer in
> qemu/slirp/tcp_input.c and dereferenced.  That produces a SIGSEGV on
> my system. 


I still hit it on IA64 platform with your patch, once configured with
slirp.  
Thanks
Xiantao




reply via email to

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