The following commit has been merged in the openafs-stable-1_6_x branch:
commit 50c5f3789cc61de7ddbfe07922027b6464caa4ae
Author: Anders Kaseorg <[email protected]>
Date:   Tue Sep 30 13:52:31 2014 -0400

    aklog: Fix segfault on aklog -path
    
    Commit 2fac53522e7ef5b3a376e191bffdc1f6784e6995 “aklog: Fix improper
    use of readlink” inadvertently changed the meaning of int link from a
    boolean flag (length > 0) to just a length.  This caused ‘aklog -path
    (anything)’ to segfault.
    
    Update the type of link and the condition of the while loop to account
    for this change.
    
    FIXES 131930
    
    Reviewed-on: http://gerrit.openafs.org/11517
    Reviewed-by: Anders Kaseorg <[email protected]>
    Tested-by: Anders Kaseorg <[email protected]>
    Reviewed-by: Benjamin Kaduk <[email protected]>
    Reviewed-by: Stephan Wiesand <[email protected]>
    Tested-by: Stephan Wiesand <[email protected]>
    Reviewed-by: D Brashear <[email protected]>
    (cherry picked from commit fbea3265b3bc042b97be17229839ccf7d11a0bf9)
    
    Change-Id: I6eb0126c574665507be923102c3fa812c3716352
    Reviewed-on: http://gerrit.openafs.org/11530
    Tested-by: Anders Kaseorg <[email protected]>
    Reviewed-by: Anders Kaseorg <[email protected]>
    Reviewed-by: Stephan Wiesand <[email protected]>
    Tested-by: Stephan Wiesand <[email protected]>

 src/aklog/aklog.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to