The maximum number of rights one can send over a unix socket is
platform-dependent. Use a platform-indepdent value for the maximum in
libnv so that 32-bit applications work when running on a 64-bit kernel.
This is necessary so long as the freebsd32 compat layer incorrect
applies the 64-bit limit, which is smaller than the 32-bit limit.
Details
Details
- Reviewers
oshogbo pjd - Group Reviewers
capsicum - Commits
- rS350054: Use a platform-independent constant for PKG_MAX_SIZE.
This fixes PR 238511.
Diff Detail
Diff Detail
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 25327 Build 23987: arc lint + arc unit