]> granicus.if.org Git - strace/commit
net: enhance decoding of MCAST_JOIN_GROUP/MCAST_LEAVE_GROUP
authorDmitry V. Levin <ldv@altlinux.org>
Sun, 9 Jul 2017 18:43:34 +0000 (18:43 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sun, 9 Jul 2017 18:43:34 +0000 (18:43 +0000)
commit7bcb1dcdbc6a209cc7072975bee5c1ff27fd6393
treebca0e125c5ef39b8ac1cd9b7d5e5ce7514acf553
parent92fa2ce23cc414dc9241f266a33b68dc98178ad1
net: enhance decoding of MCAST_JOIN_GROUP/MCAST_LEAVE_GROUP

* net.c (print_group_req): Allow option length greater than
sizeof(struct group_req) to match the kernel behaviour.
When the option length is invalid, print the address.
* NEWS: Mention this.
NEWS
net.c