Page MenuHomeFreeBSD

Fix string overflow
ClosedPublic

Authored by trasz on Aug 31 2020, 1:54 PM.
Tags
None
Referenced Files
F150820515: D26247.id76484.diff
Sat, Apr 4, 6:55 AM
Unknown Object (File)
Tue, Mar 31, 2:12 PM
Unknown Object (File)
Tue, Mar 31, 12:30 AM
Unknown Object (File)
Thu, Mar 26, 9:44 AM
Unknown Object (File)
Thu, Mar 19, 12:18 PM
Unknown Object (File)
Wed, Mar 18, 11:52 PM
Unknown Object (File)
Tue, Mar 17, 6:12 AM
Unknown Object (File)
Mon, Mar 16, 1:32 PM

Details

Summary

Fix string overflow that could occur during redirection by passing
the right length to strlcpy(3). It looks like it could overflow
into the next field, isc_user, which is properly long to accomodate
for it; I don't think it could cause any harm other than breaking
the connection.

Sponsored by: NetApp, Inc.
Sponsored by: Klara, Inc.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 33251
Build 30586: arc lint + arc unit