[Bug 63197] [patch] tftp(1) Bus error, core dumped
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Feb 2 18:54:27 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=63197
--- Comment #6 from fernando.apesteguia at gmail.com ---
I updated the patch so it applies to -head and 11.1.0. I tested it and seems to
work fine.
How-to-Repeat:
$ ./tftp
tftp> Ctrl-C
tftp> Ctrl-C
tftp> Ctrl-Z <--- No crash
[1]+ Detenido ./tftp
fernape at beastie:$ fg
./tftp
tftp> help
Commands may be abbreviated. Commands are:
connect connect to remote tftp
mode set file transfer mode
put send file
get receive file
quit exit tftp
verbose toggle verbose mode
status show current status
binary set mode to octet
ascii set mode to netascii
rexmt set per-packet retransmission timeout[-]
timeout set total retransmission timeout
trace enable 'debug packet'[-]
debug enable verbose output
blocksize set blocksize[*]
blocksize2 set blocksize as a power of 2[**]
rollover rollover after 64K packets[**]
options enable or disable RFC2347 style options
help print help information
packetdrop artificial packetloss feature
? print help information
[-] : You shouldn't use these ones anymore.
[*] : RFC2347 options support required.
[**] : Non-standard RFC2347 option.
tftp> mode
Using netascii mode to transfer files.
tftp> Ctrl-C
tftp> Ctrl-C
tftp> mode <--- Up arrow shows the history
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list