GrumpyOldTroll / libmcrx

Multicast receive library.
Other
5 stars 2 forks source link

wrap_stderr warning #10

Closed ghenry closed 2 years ago

ghenry commented 2 years ago

https://github.com/SentryPeer/libmcrx/runs/5050408139?check_suite_focus=true

src/native.c:61:5: warning: ‘strncpy’ specified bound 1024 equals destination size [-Wstringop-truncation]
   61 |     strncpy(buf, ret, len);