1
0
mirror of https://github.com/prirun/p50em.git synced 2026-04-29 21:36:57 +00:00
Files
prirun.p50em/devpnc.h
Jim Wilcoxson 76a87f62eb devpnc.h: check fd before FD_SET
If there is no socket connection, fd will be -1.  On Ubuntu 18.04, gcc doesn't like adding -1 with FD_SET, and gives a buffer overflow abort.
2020-04-12 22:42:09 -04:00

45 KiB