Fix: sa_family is of type unsigned short
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 31 Aug 2016 04:21:14 +0000 (00:21 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 31 Aug 2016 15:33:14 +0000 (11:33 -0400)
commit205f99b0c8f8f38de2c696b07732b0e90b52d9d1
tree5856280a77a25684c8344dea5b1676a6cd7061e9
parent5a561ac39cd77ecda3fbdb2bfaafac56b174225c
Fix: sa_family is of type unsigned short

sa_family is an unsigned short in sockaddr definitions. For instance,
the kernel's unix_getname() function sets addrlen to sizeof(short) as it
only returns the socket's family.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
instrumentation/syscalls/headers/x86-64-syscalls-3.10.0-rc7_pointers_override.h
This page took 0.025693 seconds and 4 git commands to generate.