On Thu, Feb 12, 2015 at 03:38:55PM +0000, David Howells wrote: > Here's a patch that inserts "%s", into a number of printf-format calls to > avoid: > > error: format not a string literal and no format arguments > [-Werror=format-security] > > and to avoid reads on uninitialised data should a string with one or more "%" > in it be processed.
I wrote a ChangeLog entry for this and committed it for you. Jakub