Skip to content
Commit 82c4c3b7 authored by Alexei Starovoitov's avatar Alexei Starovoitov
Browse files

Merge branch 'fix-printf'



Quentin Monnet says:

====================
Because the "__printf()" attributes were used only where the functions are
implemented, and not in header files, the checks have not been enforced on
all the calls to printf()-like functions, and a number of errors slipped in
bpftool over time.

This set cleans up such errors, and then moves the "__printf()" attributes
to header files, so that the checks are performed at all locations.
====================

Signed-off-by: default avatarAlexei Starovoitov <ast@kernel.org>
parents dadb81d0 8918dc42
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment