This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Misinterpreted FILE note for 32bit core files in readelf


Mark Wielaard <mjw@redhat.com> writes:

> The trouble is indeed that buf_read_ulong passes 8 as size to convert
> while the size of a long in the core file is 4. The attached patch
> fixes this and adds an explicit testcase for a i686 core file. CCed
> Petr who originally added the support to double check I didn't
> misinterpret the intention of buf_read_ulong calling convert.

I don't have any particular memories of that code anymore, but after
looking into it anew, your patch looks reasonable.  Please apply.

Thanks,
PM

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]