OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3803-gcfecac2

Gerrit Code Review gerrit@openafs.org
Tue, 4 Jun 2013 15:33:20 -0700 (PDT)


The following commit has been merged in the master branch:
commit cfecac2e71bca14f9207e5879b7c04f965776737
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
    (This change was applied to the 1.6 branch as a security fix for 1.6.2 as
    commit d1855f8e04; this commit brings the fix into master.)
    Reviewed-on: http://gerrit.openafs.org/9962
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>

 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