bcache: defensively handle format strings
authorKees Cook <keescook@chromium.org>
Wed, 11 Sep 2013 04:41:34 +0000 (21:41 -0700)
committerKent Overstreet <kmo@daterainc.com>
Mon, 11 Nov 2013 05:56:43 +0000 (21:56 -0800)
Just to be safe, call the error reporting function with "%s" to avoid
any possible future format string leak.

Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Kent Overstreet <kmo@daterainc.com>

No differences found