]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't send a signal with uninitialized 'sig' and 'code' fields.
authorMichal Meloun <mmel@FreeBSD.org>
Sun, 27 Sep 2020 11:37:17 +0000 (11:37 +0000)
committerMichal Meloun <mmel@FreeBSD.org>
Sun, 27 Sep 2020 11:37:17 +0000 (11:37 +0000)
commit2e3294cd04ba8ce186472fcad21465d1c7143f2a
tree6dafb2e3eb1a89be57f5c818ae5f12ed75e35a47
parent1b5a4fc401569a84b14b69230b15002f5fec3ada
Don't send a signal with uninitialized 'sig' and 'code' fields.
We have a few shortcuts in the arm trap code to speed up obvious "must fail"
cases. In these situations, make sure that we fill in the "sig" and "code"
fields of the generated signal.

MFC after: 3 weeks
sys/arm/arm/trap-v6.c