commit | 8db96d0cb4feb1323488a5e04a3d4623ba22ffce | [log] [tgz] |
---|---|---|
author | Nicolas Iooss <nicolas.iooss@m4x.org> | Sun Sep 14 23:41:38 2014 +0200 |
committer | Steve Lawrence <slawrence@tresys.com> | Thu Oct 02 09:56:03 2014 -0400 |
tree | ab91ec0911592a59bb1e50b15c5304d098187de7 | |
parent | 3642a57cd049f4ac71433652aac0c4b92729a728 [diff] |
checkpolicy: add printf format attribute to relevant functions Once __attribute__ ((format(printf, 1, 2))) is added to yyerror2, "gcc -Wformat -Wformat-security" shows some issues. Fix them. Acked-by: Steve Lawrence <slawrence@tresys.com>