[29512] in CVS-changelog-for-Kerberos-V5

home help back first fref pref prev next nref lref last post

krb5 commit [krb5-1.13]: Fix error handling in k5_expand_path()

daemon@ATHENA.MIT.EDU (Tom Yu)
Fri Jul 22 16:19:52 2016

Date: Fri, 22 Jul 2016 16:04:14 -0400
From: Tom Yu <tlyu@mit.edu>
Message-Id: <201607222004.u6MK4EWC013558@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu

https://github.com/krb5/krb5/commit/c1804f6b7674e7d18847ac11aa02b8b33ea93a6a
commit c1804f6b7674e7d18847ac11aa02b8b33ea93a6a
Author: Greg Hudson <ghudson@mit.edu>
Date:   Fri Jul 15 18:51:31 2016 -0400

    Fix error handling in k5_expand_path()
    
    In k5_expand_path_tokens_extra(), don't throw away non-zero return
    statuses in the cleanup handler.  Reported by Will Fiveash.
    
    (cherry picked from commit 55b46445980584644980cbe32f261eb5ba3d14eb)
    
    ticket: 8455
    version_fixed: 1.13.6

 src/lib/krb5/os/expand_path.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/lib/krb5/os/expand_path.c b/src/lib/krb5/os/expand_path.c
index 6142b3b..a8a14f4 100644
--- a/src/lib/krb5/os/expand_path.c
+++ b/src/lib/krb5/os/expand_path.c
@@ -537,5 +537,5 @@ k5_expand_path_tokens_extra(krb5_context context, const char *path_in,
 cleanup:
     k5_buf_free(&buf);
     free_extra_tokens(extra_tokens);
-    return 0;
+    return ret;
 }
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5

home help back first fref pref prev next nref lref last post