Bug#662741: netcat-openbsd: does not receive a server's response unless -q sec is specified

2012-03-05 Thread YOSHINO Yoshihito
Package: netcat-openbsd Version: 1.105-1,1.105-2,1.105-3 Severity: grave Justification: renders package unusable After upgrading to wheezy/sid version of netcat-openbsd, a script using nc does not function correctly. If it is run non-interactively, nc.openbsd quits silently before receiving a

Bug#662741: netcat-openbsd: does not receive a server's response unless -q sec is specified

2012-03-05 Thread Aron Xu
You've mentioned that using -q it works well, this helped me a lot! I think I have found the solution now. 1087if (qflag == 0) { 1088shutdown(nfd, SHUT_WR); 1089close(wfd); 1090exit(0); 1091