Loading
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> [AmitP: cherry-picked from kernel/msm] Signed-off-by:
Amit Pundir <amit.pundir@linaro.org>