OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_2

Gerrit Code Review gerrit@openafs.org
Mon, 4 Mar 2013 07:35:16 -0800 (PST)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit d1855f8e04b43c9e06cf5b8d48e51f7816cf7342
Author: Nickolai Zeldovich <nickolai@csail.mit.edu>
Date:   Tue Feb 12 15:08:38 2013 -0500

    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                 |    8 ++++----
 src/libadmin/client/afs_clientAdmin.c |    4 ++--
 src/ptserver/ptclient.c               |    2 +-
 src/ptserver/ptprocs.c                |    2 +-
 src/ptserver/readgroup.c              |    6 +++---
 src/venus/fs.c                        |    8 ++++----
 6 files changed, 15 insertions(+), 15 deletions(-)

-- 
OpenAFS Master Repository