perl plugin, utils_complain: Fixed errors identified by -Wformat-security.
authorSebastian Harl <sh@tokkee.org>
Sat, 6 Dec 2008 16:29:42 +0000 (17:29 +0100)
committerSebastian Harl <sh@tokkee.org>
Sat, 6 Dec 2008 16:29:42 +0000 (17:29 +0100)
commit67a926821b3b6e39d9fd5e1c10b5a2d0ecdd237a
treed05e52f0a5529f4b2f332425f2dc371150a0a018
parentde4c4c1a394b70a392aeb85ae770f2381771a428
perl plugin, utils_complain: Fixed errors identified by -Wformat-security.

A few "format not a string literal and no format arguments" errors have been
fixed by using "%s" as the format argument.

Thanks to Kevin (onebinary) for reporting this.
src/perl.c
src/utils_complain.c