unikraft / lib-musl

musl: A C standard library
Other
9 stars 29 forks source link

glue: Init libc.auxv to point to a zero value #53

Closed StefanJum closed 1 year ago

StefanJum commented 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.

StefanJum commented 1 year ago

Done @mschlumpp, thanks.

razvand commented 1 year ago

@StefanJum, should we then close PR 913 in the Unikraft core repository?

StefanJum commented 1 year ago

@StefanJum, should we then close PR 913 in the Unikraft core repository?

Yes, closed.