socket.io-client-cpp icon indicating copy to clipboard operation
socket.io-client-cpp copied to clipboard

Compile warning possible buffer overflow

Open mdblack98 opened this issue 1 year ago • 0 comments

/home/mdblack98/src/freedv-gui/build_linux/sioclient_src/lib/asio/asio/include/asio/detail/impl/socket_ops.ipp:2109:29: warning: ‘%lu’ directive writing between 1 and 20 bytes into a region of size 16 [-Wformat-overflow=] 2109 | sprintf(if_name + 1, "%lu", scope_id);

mdblack98 avatar Mar 16 '24 12:03 mdblack98