]> granicus.if.org Git - strace/blobdiff - stat.c
Fix the length argument passed from print_iovec to decode_netlink
[strace] / stat.c
diff --git a/stat.c b/stat.c
index 718ac5d13017ab578d8b6cd78f96b395d0856dae..28bd15ef030a1b0c495ad0af8a9fc5785d57e343 100644 (file)
--- a/stat.c
+++ b/stat.c
@@ -29,7 +29,7 @@
 #include "stat.h"
 
 static void
-decode_struct_stat(struct tcb *const tcp, const kernel_ureg_t addr)
+decode_struct_stat(struct tcb *const tcp, const kernel_ulong_t addr)
 {
        struct strace_stat st;