Page MenuHomeFreeBSD

Fix string overflow
ClosedPublic

Authored by trasz on Aug 31 2020, 1:54 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Sep 29, 12:56 PM
Unknown Object (File)
Fri, Sep 26, 12:37 AM
Unknown Object (File)
Thu, Sep 18, 10:06 PM
Unknown Object (File)
Sep 14 2025, 4:48 AM
Unknown Object (File)
Aug 30 2025, 6:46 AM
Unknown Object (File)
Aug 26 2025, 9:15 AM
Unknown Object (File)
Aug 26 2025, 9:14 AM
Unknown Object (File)
Aug 26 2025, 9:03 AM

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 Not Applicable
Unit
Tests Not Applicable