Summary: | net-analyzer/netcat-110-r8: -c does execve() instead of system() | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Xuefer <xuefer> |
Component: | Current packages | Assignee: | Gentoo Netmon project <netmon> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jstein |
Priority: | Normal | Keywords: | PATCH |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | patch to have -c option of good functional |
Description
Xuefer
2011-06-28 05:13:45 UTC
Created attachment 433580 [details, diff]
patch to have -c option of good functional
I also encountered the same situation by the follower steps:
1. server to listen on port 4000
# nc -v -l -p 4000
2. client try to connected with -c option
# nc -v -c date localhost 4000
the output will be the "... no such file or directory"
And the attached patch can solve this. Tks!
this was fixed in netcat-110-r9 |