contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c: sprintf(src, "%s", inet_ntoa(inaddr.sin_addr));
contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c: sprintf(dst, "%s", inet_ntoa(inaddr.sin_addr));
opal/util/net.c: return inet_ntoa(((struct sockaddr_in *) addr)->sin_addr);
opal/mca/btl/usnic/btl_usnic_module.c: module->linux_device_name, str, inet_ntoa(sin->sin_addr),
opal/mca/btl/tcp/btl_tcp_endpoint.c: used += snprintf(&outmsg[used], DEBUG_LENGTH - used, "%s -", inet_ntoa(inaddr.sin_addr));
opal/mca/btl/tcp/btl_tcp_endpoint.c: used += snprintf(&outmsg[used], DEBUG_LENGTH - used, " %s", inet_ntoa(inaddr.sin_addr));
Background information
inet_ntoais deprecated and Fedora flags it as "Forbidden".What version of Open MPI are you using? (e.g., v4.1.6, v5.0.1, git branch name and hash, etc.)
Current git main
Present in the following: