]> 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)
committerDerrick Brashear <shadow@your-file-system.com>
Thu, 21 Feb 2013 12:12:06 +0000 (07:12 -0500)
commitd1855f8e04b43c9e06cf5b8d48e51f7816cf7342
treed6717f39935025898230db9348158cbc22a2d2ea
parent6f9c5fd90969bd082076378e011e4e573513e9c5
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