drowe67 / freedv-gui

GUI Application for FreeDV – open source digital voice for HF radio
https://freedv.org/
GNU Lesser General Public License v2.1
193 stars 49 forks source link

Possible buffer overflow #702

Closed mdblack98 closed 5 months ago

mdblack98 commented 5 months ago

/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); | ^~~

tmiw commented 5 months ago

Unfortunately this is code from the https://github.com/socketio/socket.io-client-cpp project, so I recommend creating the issue there. Is this currently causing crashes or other issues on the FreeDV application?