-
- Downloads
process_pt_dynamic: Use pointers iff we could in principle dereference them
The base address is a perfectly valid address, which we could
dereference if we wanted to, so it should be a pointer. The start of
the PT_DYNAMIC program header isn't an address (it's relative to base)
so make it a mere integer.
Signed-off-by:
Simon McVittie <smcv@collabora.com>
parent
cce0d2bf
No related branches found
No related tags found
Showing
- capsule/capsule-dlmopen.c 2 additions, 2 deletionscapsule/capsule-dlmopen.c
- capsule/capsule-relocate.c 2 additions, 2 deletionscapsule/capsule-relocate.c
- utils/process-pt-dynamic.c 22 additions, 20 deletionsutils/process-pt-dynamic.c
- utils/process-pt-dynamic.h 6 additions, 6 deletionsutils/process-pt-dynamic.h
Loading
Please register or sign in to comment