libndp icon indicating copy to clipboard operation
libndp copied to clipboard

socket fd is missing O_CLOEXEC

Open afett opened this issue 8 years ago • 1 comments

ndp_sock_open() sould probably set O_CLOEXEC, either via socket(2) or a separate fcntl(2) call depending on portability requirements.

afett avatar Apr 17 '18 15:04 afett

Please send a patch.

jpirko avatar Dec 12 '23 12:12 jpirko