]> git.ipfire.org Git - thirdparty/glibc.git/commit
hurd: Make exception subcode a long
authorSergey Bugaev <bugaevc@gmail.com>
Sun, 19 Mar 2023 15:09:47 +0000 (18:09 +0300)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 2 Apr 2023 22:51:42 +0000 (00:51 +0200)
commitd8ee5d614bc485f6d1752dfa0d60524b20945a56
tree4588965f4cbb0eaa66a265a8ad141137966d5464
parent09b382122288e706c5fa2c0412910f71c78b7d63
hurd: Make exception subcode a long

On EXC_BAD_ACCESS, exception subcode is used to pass the faulting memory
address, so it needs to be (at least) pointer-sized. Thus, make it into
a long. This matches the corresponding change in GNU Mach.
Message-Id: <20230319151017.531737-5-bugaevc@gmail.com>
hurd/catch-exc.c
hurd/hurd/signal.h
hurd/hurdfault.c