Bugzilla – Attachment 3596 Details for
Bug 3441
Build openssh with sanitizer flags enabled
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Skip rlimit+select check if sandbox is disabled.
configure-sandbox-skip-rlimit-check.patch (text/plain), 637 bytes, created by
Darren Tucker
on 2022-06-04 20:21:06 AEST
(
hide
)
Description:
Skip rlimit+select check if sandbox is disabled.
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2022-06-04 20:21:06 AEST
Size:
637 bytes
patch
obsolete
>diff --git a/configure.ac b/configure.ac >index e7459ee1..ab92e419 100644 >--- a/configure.ac >+++ b/configure.ac >@@ -3539,6 +3539,7 @@ AC_ARG_WITH([sandbox], > ] > ) > >+if test "x$sandbox_arg" != "xno"; then > # POSIX specifies that poll() "shall fail with EINVAL if the nfds argument > # is greater than OPEN_MAX". On some platforms that includes implementions > # ofselect in userspace on top of poll() so check both work with rlimit NOFILES >@@ -3598,6 +3599,7 @@ AC_RUN_IFELSE( > [AC_MSG_WARN([cross compiling: assuming no]) > select_works_with_rlimit=no] > ) >+fi > > AC_CHECK_MEMBERS([struct pollfd.fd], [], [], [[ > #include <sys/types.h>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 3441
: 3596