I had indented the code properly while sending the email

When i said fail, I meant that the pointer is probably not initialized or
memory for it is probably never allocated. While the build was successful,
it was a runtime crash during cleanup operations

if(neg_ctx->server_name != GSS_C_NO_NAME){
gss_release_name(&minor_status, &neg_ctx->server_name);
}
Here the point of failure is the conditional(i.e. the if statement). So i
am guessing something is wrong with neg_ctx->servername. This cleanup needs
to be fixed

-- 
Arunav Sanyal
4th year undergraduate student
B.E (Hons) Computer Science
BITS Pilani K.K Birla Goa Campus
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to