summaryrefslogtreecommitdiffstats
path: root/libsmartcols/src/cell.c
diff options
context:
space:
mode:
authorKarel Zak2018-02-01 13:18:57 +0100
committerKarel Zak2018-02-01 13:18:57 +0100
commit63c9c05d358c339b473b6f18d9a6f3fe0e6bce42 (patch)
tree1ec3e58797f3a202b2d5e60c16b0213d82980a3b /libsmartcols/src/cell.c
parentlib/exec_shell: cleanup function attributes (diff)
downloadkernel-qcow2-util-linux-63c9c05d358c339b473b6f18d9a6f3fe0e6bce42.tar.gz
kernel-qcow2-util-linux-63c9c05d358c339b473b6f18d9a6f3fe0e6bce42.tar.xz
kernel-qcow2-util-linux-63c9c05d358c339b473b6f18d9a6f3fe0e6bce42.zip
misc: remove %p from debug messages
From libs where suid program may be executed by non-root user. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libsmartcols/src/cell.c')
-rw-r--r--libsmartcols/src/cell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsmartcols/src/cell.c b/libsmartcols/src/cell.c
index 783bac2eb..0717a2d09 100644
--- a/libsmartcols/src/cell.c
+++ b/libsmartcols/src/cell.c
@@ -252,6 +252,6 @@ int scols_cell_copy_content(struct libscols_cell *dest,
if (!rc)
dest->userdata = src->userdata;
- DBG(CELL, ul_debugobj(src, "copy into %p", dest));
+ DBG(CELL, ul_debugobj(src, "copy"));
return rc;
}