The following commit has been merged in the openafs-stable-1_8_x branch:
commit e29b1c453d280dcde3c2731599fc7a0f64e4dc10
Author: Andrew Deason <[email protected]>
Date:   Fri Jul 27 13:36:15 2018 -0500

    ubik: Save errno before logging
    
    The value of errno can change after a syscall, and ViceLog may issue
    syscalls (such as write()). So, make sure we save errno here before
    calling ViceLog().
    
    Issue spotted by [email protected].
    
    Reviewed-on: https://gerrit.openafs.org/13263
    Reviewed-by: Benjamin Kaduk <[email protected]>
    Tested-by: BuildBot <[email protected]>
    (cherry picked from commit 9ff5f8f7601cc9761cc6a4ef0e8b7c8c2c8dddb5)
    
    Change-Id: I4f41ca758574e0d58659788467372af71a5f75f2
    Reviewed-on: https://gerrit.openafs.org/13898
    Reviewed-by: Michael Meffie <[email protected]>
    Reviewed-by: Andrew Deason <[email protected]>
    Reviewed-by: Cheyenne Wills <[email protected]>
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Stephan Wiesand <[email protected]>

 src/ubik/remote.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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

Reply via email to