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)
Mon, Apr 27, 8:48 AM
Unknown Object (File)
Fri, Apr 24, 7:59 PM
Unknown Object (File)
Wed, Apr 15, 3:07 PM
Unknown Object (File)
Apr 11 2026, 11:13 AM
Unknown Object (File)
Apr 7 2026, 1:16 AM
Unknown Object (File)
Apr 5 2026, 10:34 AM
Unknown Object (File)
Mar 20 2026, 10:24 PM
Unknown Object (File)
Mar 18 2026, 11:01 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 Not Applicable
Unit
Tests Not Applicable