Page MenuHomeFreeBSD

Use a platform independent value for PKG_MAX_SIZE.
ClosedPublic

Authored by markj on Jul 12 2019, 9:42 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Sep 24, 5:53 PM
Unknown Object (File)
Jul 30 2025, 12:10 PM
Unknown Object (File)
Jun 27 2025, 10:48 AM
Unknown Object (File)
Jun 22 2025, 3:38 PM
Unknown Object (File)
Jun 15 2025, 11:02 AM
Unknown Object (File)
Jun 13 2025, 7:07 PM
Unknown Object (File)
Jun 13 2025, 2:32 AM
Unknown Object (File)
Jun 11 2025, 10:08 AM
Subscribers

Details

Summary

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.

Test Plan

This fixes PR 238511.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable