[krbdev.mit.edu #8639] git commit

Greg Hudson via RT rt-comment at KRBDEV-PROD-APP-1.mit.edu
Tue Jan 30 13:50:17 EST 2018


Always set appdefault_get() output argument

gcc 7 cannot determine that appdefault_get() always sets *ret_value
when it returns zero, so issues a "may be used uninitialized" warning
in its caller.  Set *ret_value at the beginning of the function body
in accordance with current practices.

[ghudson at mit.edu: clarified commit message]

https://github.com/krb5/krb5/commit/364c608911af2f227695bb527d4e42f091ee8bd3
Author: Nehal J Wani <nehaljw.kkd1 at gmail.com>
Committer: Greg Hudson <ghudson at mit.edu>
Commit: 364c608911af2f227695bb527d4e42f091ee8bd3
Branch: master
 src/lib/krb5/krb/appdefault.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)



More information about the krb5-bugs mailing list