Previously connect() or sendto() to INADDR_ANY reached some socket bound to some host interface address. Although this was intentional it was an artifact of a different era, and is not desirable now.
In 417b35a97b7669eb0bf417b43e97cccbedbce6f9 @markj added support to disallow connect() to INADDR_ANY. Take the next logical step and disable it by default.
[We can do a call for testing on -current first if desired. I'm certain that all potential fallout will not be found by such a request, though.]
Relnotes: Yes
PR: 280705