mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
applying fix for:
0000263: nc cannot use -e when initiating a tcp connection
to something else
This commit is contained in:
parent
94ff9f1010
commit
982d35ffa2
1 changed files with 0 additions and 7 deletions
|
|
@ -82,13 +82,6 @@ int nc_main(int argc, char **argv)
|
|||
}
|
||||
}
|
||||
|
||||
#ifdef CONFIG_NC_GAPING_SECURITY_HOLE
|
||||
if (pr00gie) {
|
||||
/* won't need stdin */
|
||||
close(STDIN_FILENO);
|
||||
}
|
||||
#endif /* CONFIG_NC_GAPING_SECURITY_HOLE */
|
||||
|
||||
if ((do_listen && optind != argc) || (!do_listen && optind + 2 != argc))
|
||||
bb_show_usage();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue