]> granicus.if.org Git - strace/blobdiff - dm.c
nlattr: add UID/GID netlink attribute decoders
[strace] / dm.c
diff --git a/dm.c b/dm.c
index 17470fa1e7f4c2966d4a88c1f06a40125c267572..963852f8b3657aa53e8c36e355917cc7a7acf97e 100644 (file)
--- a/dm.c
+++ b/dm.c
@@ -5,7 +5,7 @@
  * Copyright (c) 2016 Masatake Yamato <yamato@redhat.com>
  * Copyright (c) 2016 Dmitry V. Levin <ldv@altlinux.org>
  * Copyright (c) 2016 Eugene Syromyatnikov <evgsyr@gmail.com>
- * Copyright (c) 2016-2017 The strace developers.
+ * Copyright (c) 2016-2018 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -237,7 +237,7 @@ dm_decode_dm_target_deps(struct tcb *const tcp, const kernel_ulong_t addr,
 
        tprints(", deps=");
        print_array(tcp, addr + offset_end, s.count, &dev_buf, sizeof(dev_buf),
-                   umoven_or_printaddr, dm_print_dev, NULL);
+                   tfetch_mem, dm_print_dev, NULL);
 
        tprints("}");