diff options
author | dchagin <dchagin@FreeBSD.org> | 2016-01-09 17:22:51 +0000 |
---|---|---|
committer | dchagin <dchagin@FreeBSD.org> | 2016-01-09 17:22:51 +0000 |
commit | 858c17f9b39e5e111f83a39fadf4c15c4d88f9fe (patch) | |
tree | f2d3454bda4e30a54c1e1cac989a8a9ec4db70b7 /UPDATING | |
parent | bd5b80090e283fca902bf50d3b1e6f7981feb016 (diff) | |
download | FreeBSD-src-858c17f9b39e5e111f83a39fadf4c15c4d88f9fe.zip FreeBSD-src-858c17f9b39e5e111f83a39fadf4c15c4d88f9fe.tar.gz |
MFC r283471:
According to Linux man sigaltstack(3) shall return EINVAL if the ss
argument is not a null pointer, and the ss_flags member pointed to by ss
contains flags other than SS_DISABLE. However, in fact, Linux also
allows SS_ONSTACK flag which is simply ignored.
For buggy apps (at least mono) ignore other than SS_DISABLE
flags as a Linux do.
While here move MI part of sigaltstack code to the appropriate place.
Diffstat (limited to 'UPDATING')
0 files changed, 0 insertions, 0 deletions