OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_12-7-g4f9a7ac

Gerrit Code Review gerrit@openafs.org
Thu, 30 Jul 2015 00:02:00 -0400


The following commit has been merged in the openafs-stable-1_6_x branch:
commit 5ec99156b08d13adbb4f74248c8743c81cc79295
Author: Mark Vitale <mvitale@sinenomine.net>
Date:   Wed Jul 8 14:28:50 2015 -0400

    Solaris: setpag should verify that ngroups will not overflow
    
    Our ngroups management (since PAGs are still encoded as 2 groups) needs
    to ensure that we do not overflow what we are prepared to handle,
    and do not panic due to misheld mutexes if we have to return an error
    when handling it.
    
    FIXES 131878 (CVE-2015-3286)
    
    (cherry-picked from commit 8ce4a3905268385d3f5a0e11f20594875467cae6)
    
    Change-Id: I34a298ab776f69d52c8f621f79aafc79199f9cc4

 src/afs/SOLARIS/osi_groups.c |   27 ++++++++++++++++++---------
 1 files changed, 18 insertions(+), 9 deletions(-)

-- 
OpenAFS Master Repository