[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with OpenSSH



> (gdb) file ssh
> Reading symbols from ssh...(no debugging symbols found)...done.
> (gdb) set args millet_a@localhost
> (gdb) r
> Starting program: /usr/bin/ssh millet_a@localhost
>
> Program received signal SIGSEGV, Segmentation fault.
> 0x28222eac in gss_oid_to_str (minor_status=0xbfbfdc84, oid=0x0,  
> oid_str=0xbfbfdc88) at mech/gss_oid_to_str.c:47
> 47          ret = der_get_oid (oid->elements, oid->length, &o, &size);
> (gdb)

This problem is fixed in heimdal 1.0, it returns an error instead of  
crashing.

I don't know why openssh tries to print the GSS_C_NO_OID though.

Love