[PATCH] staging: dgnc: fix potential format string flaw

Joe Perches joe at perches.com
Wed Sep 11 05:00:32 UTC 2013


On Tue, 2013-09-10 at 21:41 -0700, Kees Cook wrote:
> Make sure that format strings cannot leak into printk() calls from the
> msgbuf string.

	printf(string);
vs
	printf("%s", string);

How does this help?




More information about the devel mailing list