[krbdev.mit.edu #8639] git commit
Greg Hudson via RT
rt-comment at KRBDEV-PROD-APP-1.mit.edu
Wed May 2 01:25:58 EDT 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]
(cherry picked from commit 364c608911af2f227695bb527d4e42f091ee8bd3)
https://github.com/krb5/krb5/commit/8420b1404f01bdfe85450d569d89c80ac499dabb
Author: Nehal J Wani <nehaljw.kkd1 at gmail.com>
Committer: Greg Hudson <ghudson at mit.edu>
Commit: 8420b1404f01bdfe85450d569d89c80ac499dabb
Branch: krb5-1.15
src/lib/krb5/krb/appdefault.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
More information about the krb5-bugs
mailing list