|
From: Jeremy F. <je...@go...> - 2002-11-20 01:02:30
|
On Tue, 2002-11-19 at 16:26, Josef Weidendorfer wrote:
> Hi,
>
> may I ask what's the purpose of
>
> /* Kludge ... */
> si->offset
> = si->start==VG_ASSUMED_EXE_BASE ? 0 : si->start;
>
> in vg_symtab2.c ??
[...]
> BTW, PLT and GOT ranges were always calculated wrong for executables, as these
> are calculated from file offset + si->offset, and si->offset is 0 for
> executables...
>
> Solutions?
Use 1.1.90? Both of these should be fixed.
J
|