diff options
author | Randolph Sapp <rs@ti.com> | 2025-10-01 19:28:24 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-10-06 23:15:59 +0100 |
commit | cbf72b3696497c0c794e4497c4a5dcdcf13d8219 (patch) | |
tree | 6867758e3f2b2079bdb68a5b688fe7f78cefa0e1 /meta/lib/oeqa/sdk/files/rust/hello/src | |
parent | bb8aa3740f6cb318f63b708e84ee67dbd1334ce1 (diff) | |
download | poky-cbf72b3696497c0c794e4497c4a5dcdcf13d8219.tar.gz |
go: fix sigaction usage on i386 platforms
In upstream the following commit [1] was submitted to resolve issues
with sigaction being used in linked libraries with cgo applications.
runtime: when using cgo on 386, call C sigaction function
This resolves potential segfaults with cgo applications that link to libraries
that intend to switch out signal handlers temporarily with sigaction.
[1] https://github.com/golang/go/commit/c5737dc21bbac9fbefc35ac9313e66291d66b382
(From OE-Core rev: 1bc7a1731b218bb5c8a08c9823c777a40e17555e)
Signed-off-by: Randolph Sapp <rs@ti.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/sdk/files/rust/hello/src')
0 files changed, 0 insertions, 0 deletions