iptux-src / iptux

A software for sharing in LAN
GNU General Public License v2.0
445 stars 130 forks source link

write could trigger SIGPIPE #550

Closed lidaobing closed 7 months ago

lidaobing commented 7 months ago
src/iptux-utils/utils.cpp:637:    if ((size = write(fd, (char*)buf + offset, count - offset)) == -1) {