-
- Downloads
find_strtab: Redo calling convention with int/pointer the right way round
base is a valid pointer into memory, whereas start is only an offset
and so is not a pointer that we can dereference. Previously, base was
a pointer-sized integer and start was a pointer, which is exactly
backwards if we want to stick to a rule of "it's a pointer iff
you could dereference it".
Signed-off-by:
Simon McVittie <smcv@collabora.com>
parent
8a09004a
No related branches found
No related tags found
Showing
- utils/dump.c 1 addition, 1 deletionutils/dump.c
- utils/elf-dump.c 1 addition, 1 deletionutils/elf-dump.c
- utils/print-libstubs.c 1 addition, 1 deletionutils/print-libstubs.c
- utils/process-pt-dynamic.c 1 addition, 1 deletionutils/process-pt-dynamic.c
- utils/utils.c 15 additions, 12 deletionsutils/utils.c
- utils/utils.h 1 addition, 1 deletionutils/utils.h
Loading
Please register or sign in to comment