X-Git-Url: https://granicus.if.org/sourcecode?a=blobdiff_plain;f=netlink_unix_diag.c;h=409180f5176d977eef89e069906dac91fc0aff2b;hb=6d6d5bc4807a2c09784dfa3290aa0b4128a5183b;hp=535c9f15a02f681e50b4e4396e5c0f0a897f5881;hpb=0327446ae5aa6b858a09d68e3498fd21abc2e7eb;p=strace diff --git a/netlink_unix_diag.c b/netlink_unix_diag.c index 535c9f15..409180f5 100644 --- a/netlink_unix_diag.c +++ b/netlink_unix_diag.c @@ -1,7 +1,7 @@ /* * Copyright (c) 2016 Fabien Siron * Copyright (c) 2017 JingPiao Chen - * Copyright (c) 2017 The strace developers. + * Copyright (c) 2017-2018 The strace developers. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -107,7 +107,7 @@ decode_unix_diag_inode(struct tcb *const tcp, return false; print_array(tcp, addr, nmemb, &inode, sizeof(inode), - umoven_or_printaddr, print_inode, 0); + tfetch_mem, print_inode, 0); return true; }