util: replaced sprintf with snprintf to avoid buffer overflow (Coverity #50220)
commit8e9c06627df461e59c21d1086f18f96077c9acd4
authorChristophe CURIS <christophe.curis@free.fr>
Mon, 16 Jun 2014 18:15:27 +0000 (16 20:15 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Mon, 16 Jun 2014 19:00:09 +0000 (16 20:00 +0100)
tree6ce61ac0188a5151be56c21e2660fbee18420d80
parent36ac3b33447660418f3e602fab82fae088b26b54
util: replaced sprintf with snprintf to avoid buffer overflow (Coverity #50220)

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
util/wxcopy.c