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

Re: telnetd from 0.4c dumps core



> For what addr_type did that happen?

Sorry for the delay :(

both addr_types was 256.

I aded some debugging output with
fprintf(fp, "%d:%s\n", addr1->addr_type, a == NULL ? ":NULL" : "");
and
fprintf(fp, "%d%s\n", addr2->addr_type, a == NULL ? ":NULL" : "");
after the corresponding find_atype.

output:
telnet -F 
-------
2
2
256:NULL
256:NULL
2
2
--------
telnet
--------
2
2
--------

Hope this helps

/Richard