Page MenuHomeFreeBSD

Fix string overflow
ClosedPublic

Authored by trasz on Aug 31 2020, 1:54 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 20, 8:22 AM
Unknown Object (File)
Oct 4 2024, 4:55 PM
Unknown Object (File)
Sep 17 2024, 10:00 PM
Unknown Object (File)
Sep 16 2024, 1:14 PM
Unknown Object (File)
Sep 5 2024, 1:12 PM
Unknown Object (File)
Sep 1 2024, 10:28 PM
Unknown Object (File)
Aug 31 2024, 12:59 PM
Unknown Object (File)
Aug 24 2024, 4:38 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