@pfmooney
Latest commit 33fd73f Apr 4, 2022 History
With the updated libc, UNIX stack overflow handling in libstd can now
use the common `si_addr` accessor function, rather than attempting to
use a field from that name in `siginfo_t`.  This simplifies the
collection of the fault address, particularly on platforms where that
data resides within a union in `siginfo_t`.
11 contributors

Users who have contributed to this file

@CDirkx @bjorn3 @rtzoeller @pfmooney @matthiaskrgr @mark-i-m @m-ou-se @JohnTitor @GuillaumeGomez @nagisa @devnexen