]> granicus.if.org Git - strace/commit
tests: rewrite ip_mreq.c using tail_alloc
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 20 Dec 2016 20:13:18 +0000 (20:13 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 21 Dec 2016 03:03:08 +0000 (03:03 +0000)
commitbb33a401ee1259fa450fd491d48acb9fca2e335e
tree80015e0afb0850bc5acdb5b4e667bf40258af7c2
parentf249e065a841338f2d69145549e28210fbd0fe22
tests: rewrite ip_mreq.c using tail_alloc

* tests/ip_mreq.c (main): Allocate objects of struct ip_mreq
and struct ipv6_mreq using tail_alloc instead of using stack.
tests/ip_mreq.c