kmod/tools
Lucas De Marchi 1958af88a2 Add format attribute and fix issues
Add __attribute__((format)) to log_filep() and _show() functions, fixing
the bugs they found in the source code.

For functions that receive va_list instead of being variadic functions
we put 0 in the last argument, so at least the string is checked and we
get warnings of -Wformat-nonliteral type. So, it's better than adding a
pragma here to shut up the warning.
2013-04-21 16:17:12 -03:00
..
.gitignore Update .gitignore files 2012-02-05 02:15:20 -02:00
depmod.c Add format attribute and fix issues 2013-04-21 16:17:12 -03:00
insmod.c Update copyright notices 2013-01-16 11:27:45 -02:00
kmod.c tools: add static-nodes tool 2013-04-16 23:10:36 -03:00
kmod.h tools: add static-nodes tool 2013-04-16 23:10:36 -03:00
log.c Add format attribute and fix issues 2013-04-21 16:17:12 -03:00
log.h Add format attribute and fix issues 2013-04-21 16:17:12 -03:00
lsmod.c Update copyright notices 2013-01-16 11:27:45 -02:00
modinfo.c Update copyright notices 2013-01-16 11:27:45 -02:00
modprobe.c Add format attribute and fix issues 2013-04-21 16:17:12 -03:00
rmmod.c rmmod: Teach rmmod about builtin modules 2013-03-18 11:16:50 -03:00
static-nodes.c static-nodes: Fix indentation 2013-04-19 19:28:46 -03:00