Page MenuHomeFreeBSD

getty: Avoid NULL deref if stdin is not a tty.
ClosedPublic

Authored by des on Nov 4 2022, 2:44 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Aug 10, 6:04 PM
Unknown Object (File)
Mon, Aug 10, 10:29 AM
Unknown Object (File)
Sat, Aug 8, 9:57 AM
Unknown Object (File)
Sat, Aug 8, 12:59 AM
Unknown Object (File)
Fri, Aug 7, 8:36 PM
Unknown Object (File)
Thu, Aug 6, 11:48 AM
Unknown Object (File)
Mon, Jul 27, 10:06 AM
Unknown Object (File)
Jul 9 2026, 10:47 AM
Subscribers

Details

Summary

Sponsored by: Klara, Inc.
Obtained from: Apple OSS Distributions

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

des requested review of this revision.Nov 4 2022, 2:44 PM
allanjude added inline comments.
libexec/getty/main.c
218

doesn't this need a parameter for the %m?

libexec/getty/main.c
218

No, %m means “insert strerror(errno) here”.

This revision is now accepted and ready to land.Nov 4 2022, 3:31 PM
This revision was automatically updated to reflect the committed changes.