netfilter: Change %p to %pK in debug messages
The format specifier %p can leak kernel addresses while not valuing the kptr_restrict system settings. Use %pK instead of %p, which also evaluates whether kptr_restrict is set. Bug: 31796940 Change-Id: Ia2946d6b493126d68281f97778faf578247f088e Signed-off-by:Min Chong <mchong@google.com> [dcagle@codeaurora.org: Resolve trivial merge conflicts] Git-repo: https://android.googlesource.com/kernel/msm Git-commit: 89220e920f99b7d87c086d6ea250c9f492712c3b Signed-off-by:
Dennis Cagle <dcagle@codeaurora.org>
Loading
Please register or sign in to comment