Re: [PATCH] jent: use safe format string parameters

2015-07-28 Thread Herbert Xu
On Fri, Jul 24, 2015 at 03:41:27PM -0700, Kees Cook wrote: > Since the API for jent_panic() does not include format string parameters, > adjust the call to panic() to use a literal string to avoid any future > callers from leaking format strings into the panic message. > > Signed-off-by: Kees Cook

Re: [PATCH] jent: use safe format string parameters

2015-07-25 Thread Stephan Mueller
Am Freitag, 24. Juli 2015, 15:41:27 schrieb Kees Cook: Hi Kees, >Since the API for jent_panic() does not include format string parameters, >adjust the call to panic() to use a literal string to avoid any future >callers from leaking format strings into the panic message. > >Signed-off-by: Kees Co

[PATCH] jent: use safe format string parameters

2015-07-24 Thread Kees Cook
Since the API for jent_panic() does not include format string parameters, adjust the call to panic() to use a literal string to avoid any future callers from leaking format strings into the panic message. Signed-off-by: Kees Cook --- crypto/jitterentropy-kcapi.c | 2 +- 1 file changed, 1 inserti