g4klx / MMDVMHost

The host program for the MMDVM
GNU General Public License v2.0
378 stars 274 forks source link

Fix potential buffer overflow in logging #798

Open DanNixon opened 9 months ago

DanNixon commented 9 months ago

Previously, size parameter to vsnprintf did not take into account the amount of the buffer already used for the timestamp.