diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2016-09-02 13:52:46 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-09-02 13:52:46 -0700 |
| commit | 11b7d7db0ad2465eaa36cbb7bdf5e016b9f3b9bd (patch) | |
| tree | b4c152ea0022c66fc9d1abef62ff2f92d3b90c20 /net | |
| parent | cd601585c76b00be1efc5389f292e5a7c83e1d6e (diff) | |
| parent | ae258564e43737d7921346fa5a62f032332d3f60 (diff) | |
Merge "Replace %p with %pK to prevent leaking kernel address"
Diffstat (limited to 'net')
| -rw-r--r-- | net/netfilter/xt_qtaguid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netfilter/xt_qtaguid.c b/net/netfilter/xt_qtaguid.c index 6860d67a7073..dca5cacc51f0 100644 --- a/net/netfilter/xt_qtaguid.c +++ b/net/netfilter/xt_qtaguid.c @@ -1934,7 +1934,7 @@ static int qtaguid_ctrl_proc_show(struct seq_file *m, void *v) ); f_count = atomic_long_read( &sock_tag_entry->socket->file->f_count); - seq_printf(m, "sock=%p tag=0x%llx (uid=%u) pid=%u " + seq_printf(m, "sock=%pK tag=0x%llx (uid=%u) pid=%u " "f_count=%lu\n", sock_tag_entry->sk, sock_tag_entry->tag, uid, |
