]> git.michaelhowe.org Git - packages/o/openafs.git/commit
Fix scanf buffer overflows
authorNickolai Zeldovich <nickolai@csail.mit.edu>
Tue, 12 Feb 2013 20:08:38 +0000 (15:08 -0500)
committerRuss Allbery <rra@debian.org>
Mon, 8 Apr 2013 18:10:42 +0000 (11:10 -0700)
commitabaa4c9620842e437838597e7123f465808e2bf4
treed0275a749cb1ae69bb62c9db97c261e7ef5cfd25
parent99fde61754e93e712359b931c022d58306dee69a
Fix scanf buffer overflows

Fix potential buffer overflows caused by misuse of the scanf function
in the fileserver and ptserver.

Also fix similar issues in the client side fs command and libadmin
library.

Change-Id: Ia6a46981c50537da1673507c2bc777f96e43f95a
src/libacl/aclprocs.c
src/libadmin/client/afs_clientAdmin.c
src/ptserver/ptclient.c
src/ptserver/ptprocs.c
src/ptserver/readgroup.c
src/venus/fs.c