In the current v3-6-test build (Jul12th) I get: Compiling rpc_server/dcesrv_gssapi.c rpc_server/dcesrv_gssapi.c: In function ‘gssapi_server_get_user_info’: rpc_server/dcesrv_gssapi.c:108: warning: unused variable ‘auth_data’ rpc_server/dcesrv_gssapi.c:147: warning: ‘princ_name’ may be used uninitialized in this function The second warning is correct, princ_name is an uninitialized variable that is referenced in the error path if the PAC data is pulled incorrectly. Patch for both to follow. Jeremy.
Created attachment 6695 [details] git-am fix for 3.6.0 Andrew, this looks like a change introduced with the gse code. Can you review asap and make a decision if this needs to be in 3.6.0rc3 or can wait until 3.6.1. Thanks, Jeremy.
One more comment - princ is not just referenced in an error path, it's actually used unconditionally in the call to get_user_from_kerberos_info() inside gssapi_server_get_user_info() so this is more urgent that merely an error code path. Jeremy.
Comment on attachment 6695 [details] git-am fix for 3.6.0 Metze if you could review and make a decision on this before rc3 that would also help (a lot). Thanks :-). Jeremy.
Comment on attachment 6695 [details] git-am fix for 3.6.0 Looks ok
Karolin, please pick for rc3.
Pushed to v3-6-test. Closing out bug report. Thanks!