]> granicus.if.org Git - strace/blobdiff - statx.c
Fix the length argument passed from print_iovec to decode_netlink
[strace] / statx.c
diff --git a/statx.c b/statx.c
index 7c647fa304fead412f1dd99fe38785af72f475ac..c53f29c27864e0a428e71b4426612435ec98d0e0 100644 (file)
--- a/statx.c
+++ b/statx.c
@@ -94,6 +94,11 @@ SYS_FUNC(statx)
 
                if (!abbrev(tcp)) {
                        PRINT_FIELD_U(stx_blocks);
+
+                       tprints(", stx_attributes_mask=");
+                       printflags(statx_attrs, stx.stx_attributes_mask,
+                                  "STATX_ATTR_???");
+
                        PRINT_FIELD_TIME(stx_atime);
                        PRINT_FIELD_TIME(stx_btime);
                        PRINT_FIELD_TIME(stx_ctime);