]> granicus.if.org Git - strace/commit
printsock: print the whole sockaddr_un.sun_path
authorDmitry V. Levin <ldv@altlinux.org>
Thu, 29 Jan 2015 15:19:21 +0000 (15:19 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 29 Jan 2015 15:19:21 +0000 (15:19 +0000)
commitf57bd11eb0b20de9642c9da7b7b870e6c59fef6e
treee3b25b74b529b7597a027bcb259b3a88cca75788
parentd9177dfc12f82a9238bf71e85d07d41346c5e5e8
printsock: print the whole sockaddr_un.sun_path

* net.c (printsock): If sockaddr_un.sun_path is not NUL-terminated,
do not omit the last byte of sockaddr_un.sun_path array.
net.c