Skip to content
Snippets Groups Projects
Commit b75df1f1 authored by Simon McVittie's avatar Simon McVittie
Browse files

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: default avatarSimon McVittie <smcv@collabora.com>
parent 8a09004a
No related branches found
No related tags found
1 merge request!311Build capsule-capture-libs from a bundled copy of libcapsule
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment