in_addmulti() is only called from ioctl(2) or setsockopt(2). Wait
authorbluhm <bluhm@openbsd.org>
Fri, 4 Mar 2022 21:09:03 +0000 (21:09 +0000)
committerbluhm <bluhm@openbsd.org>
Fri, 4 Mar 2022 21:09:03 +0000 (21:09 +0000)
commitcf19868b22c48caa3b6403f46dd53b528f696145
tree11eba8742cac05335f30aefbe48697a3aca8d0a9
parent13d0b044979a9a3aa11d4e540beec34add62daa6
in_addmulti() is only called from ioctl(2) or setsockopt(2).  Wait
for malloc(9) to make the system call reliable.
OK mvs@
sys/netinet/in.c