Closed StefanJum closed 1 year ago
The libc.auxv is not supposed to be 0, since it will be dereferenced by any call to getauxval. It should point to a 0 value instead.
libc.auxv
getauxval
Done @mschlumpp, thanks.
@StefanJum, should we then close PR 913 in the Unikraft core repository?
913
Yes, closed.
The
libc.auxv
is not supposed to be 0, since it will be dereferenced by any call togetauxval
. It should point to a 0 value instead.