CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/03/04 14:09:04
Modified files:
sys/netinet : in.c
Log message:
in_addmulti() is only called from ioctl(2) or setsockopt(2). Wait
for malloc(9) to make the system call reliable.
OK mvs@
