Pull up r25700 from trunk ------------------------------------------------------------------------ r25700 | ghudson | 2012-02-14 13:26:50 -0500 (Tue, 14 Feb 2012) | 9 lines ticket: 7089 subject: Initialize gss_get_name_attribute output buffers target_version: 1.10.1 tags: pullup GSS functions which accept gss_buffer_t output arguments should initialize those buffers to empty on startup (see gss_wrap, for instance). Do so for gss_get_name_attribute in the mechglue. https://github.com/krb5/krb5/commit/254ccf1619c24d6a205817224f1d8644a9225ac4 Commit By: tlyu Revision: 25708 Changed Files: U branches/krb5-1-10/src/lib/gssapi/mechglue/g_get_name_attr.c