mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-04 22:00:25 +00:00
popen() now returns a fopencookie-backed FILE* whose fileno() yields the cookie pointer rather than a real descriptor, so poll() silently ignores the negative fd and the relay loop blocks forever waiting for command completion. See https://github.com/apache/nuttx-apps/pull/3511 Use dpopen()/dpclose() to obtain the raw bidirectional socket descriptor directly, restoring the EOF/POLLHUP command-completion signal. Assisted-by: GitHubCopilot:claude-4.8-opus Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com> |
||
|---|---|---|
| .. | ||
| bare | ||
| chat | ||
| cjson | ||
| cmux | ||
| codecs | ||
| connectedhomeip | ||
| cwebsocket | ||
| dhcp6c | ||
| dhcpc | ||
| dhcpd | ||
| discover | ||
| esp8266 | ||
| ftpc | ||
| ftpd | ||
| iperf | ||
| iptables | ||
| jsoncpp | ||
| libcoap | ||
| libcurl4nx | ||
| libshvc | ||
| libulut | ||
| libwebsockets | ||
| mdns | ||
| mqttc | ||
| nanopb | ||
| netcat | ||
| netinit | ||
| netlib | ||
| nng | ||
| ntpclient | ||
| paho_mqtt | ||
| ping | ||
| plcatool | ||
| pppd | ||
| ptpd | ||
| rexec | ||
| rexecd | ||
| rtptools | ||
| smtp | ||
| telnetc | ||
| telnetd | ||
| tftpc | ||
| thttpd | ||
| wakaama | ||
| wakeonlan | ||
| webclient | ||
| webserver | ||
| xedge | ||
| xmlrpc | ||
| .gitignore | ||
| CMakeLists.txt | ||
| Make.defs | ||
| Makefile | ||