Page MenuHomeFreeBSD

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

Authored by dchagin on May 14 2023, 11:18 PM.
Referenced Files
F131443230: D40100.diff
Wed, Oct 8, 3:06 AM
Unknown Object (File)
Thu, Oct 2, 3:51 PM
Unknown Object (File)
Sep 3 2025, 10:47 PM
Unknown Object (File)
Aug 31 2025, 1:59 AM
Unknown Object (File)
Aug 23 2025, 5:20 AM
Unknown Object (File)
Aug 19 2025, 9:59 AM
Unknown Object (File)
Aug 14 2025, 12:03 PM
Unknown Object (File)
Jul 29 2025, 1:51 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