The tracefile option does not work: $ telnet telnet> set tracefile /dev/null Segmentation fault (core dumped) This is correctly diagnosed by GCC as a pointer-to-int truncation (-Wint-conversion warning). Reproducible: Always
Created attachment 2005277 [details] telnet-c99.patch Patch with fix, addressing another C type error.