Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Thomas Klausner <wiz@netbsd.org>
List: source-changes
Date: 12/05/2000 04:19:24
Module Name: basesrc
Committed By: wiz
Date: Tue Dec 5 02:19:24 UTC 2000
Modified Files:
basesrc/usr.bin/login: k5login.c
Log Message:
Don't strcpy the contents of an environment variable into a fixed-size
buffer, use strlcpy instead. Should fix security/11550.
To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 basesrc/usr.bin/login/k5login.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.