Page MenuHomeFreeBSD

Fix string overflow
ClosedPublic

Authored by trasz on Aug 31 2020, 1:54 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 4, 4:26 PM
Unknown Object (File)
Feb 20 2025, 3:11 PM
Unknown Object (File)
Feb 18 2025, 7:45 AM
Unknown Object (File)
Jan 24 2025, 7:17 PM
Unknown Object (File)
Jan 21 2025, 5:59 AM
Unknown Object (File)
Dec 9 2024, 2:51 AM
Unknown Object (File)
Nov 29 2024, 11:17 AM
Unknown Object (File)
Nov 20 2024, 8:22 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