Page MenuHomeFreeBSD

linux(4): Check fd passed to unlockpt()
ClosedPublic

Authored by dchagin on May 14 2023, 11:18 PM.
Referenced Files
Unknown Object (File)
Thu, May 14, 6:44 AM
Unknown Object (File)
Wed, May 13, 9:49 PM
Unknown Object (File)
Wed, May 13, 9:41 PM
Unknown Object (File)
Wed, May 13, 9:32 PM
Unknown Object (File)
Mon, Apr 27, 8:48 AM
Unknown Object (File)
Fri, Apr 24, 7:59 PM
Unknown Object (File)
Apr 15 2026, 3:07 PM
Unknown Object (File)
Apr 11 2026, 11:13 AM
Subscribers

Details

Summary

In our implementation, grantpt() and unlockpt() don't actually have
any use, because PTY's are created on the fly and already have proper
permissions upon creation.
Atleast check that a proper fd passed to unlockpt(). For grantpt()
Glibc calls TIOCGPTN ioctl which would fail if fd is not a master.

MFC after: 1 week

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 51496
Build 48387: arc lint + arc unit