Displaying 1 result from an estimated 1 matches for "telnet_net_write".
2003 Apr 23
2
Kerberized Telnet Badly Broken (Patch enclosed)
...erberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/send_to_kdc.c:139
139 if(net_write(fd, len, sizeof(len)) < 0)
Problem: libkrb5 is trying to use net_write
defined in libroken, but is getting net_write
from the telnet sources instead.
Fix: rename net_write in the telnet sources
to telnet_net_write. Patchfile attached,
if someone would be kind enough to review
and commit it.
This seems to keep the telnet client from
crashing, at least, although now telnetd
is giving me fits. <sigh>
Tim Kientzle
-------------- next part --------------
Index: libtelnet/auth.c
=========================...