OpenAFS Master Repository branch, openafs-stable-1_4_x, updated. openafs-stable-1_4_14_1-156-g30922c5

Gerrit Code Review gerrit@openafs.org
Wed, 24 Jul 2013 08:30:32 -0700 (PDT)


The following commit has been merged in the openafs-stable-1_4_x branch:
commit 4ce6d45f928abb270b9ccf70a9ee2474a8e1241f
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.
    
    (cherry-picked from d1855f8e04b43c9e06cf5b8d48e51f7816cf7342)
    
    Change-Id: Icc50158816c058a831267243d0e9fd443d01fa68

 src/libacl/aclprocs.c                 |    7 ++++---
 src/libadmin/client/afs_clientAdmin.c |    4 ++--
 src/ptserver/ptprocs.c                |    2 +-
 src/venus/fs.c                        |    8 ++++----
 4 files changed, 11 insertions(+), 10 deletions(-)

-- 
OpenAFS Master Repository