Brian

Results 1 issues of Brian

In `authenticate_gss_server_step` there are two memory leaks: - `target_name` gets malloc'd by `gss_inquire_context`, but never gets free'd by `gss_release_name`. See `targ_name` [here](https://docs.oracle.com/cd/E36784_01/html/E36875/gss-inquire-context-3gss.html). - `output_token` gets malloc'd in `gss_display_name` on line...