On 4 April 2013 15:11, Paolo Bonzini <pbonz...@redhat.com> wrote: > Il 04/04/2013 16:09, Peter Maydell ha scritto: >> Also linux-user/elfload.c:symfind() is casting a pointer to >> target_ulong* and dereferencing it, and that might now cause >> an alignment fault on some host CPUs if the host CPU alignment >> requirements are stricter than the guest's. > > I had seen this, but it is only used with bsearch and safe
Ah yes, you're right. Sorry. -- PMM