- Fix get_fuzz_socket() to only set initialized=true when both
Socket::Create and Socket::Address succeed, allowing retry on failure
- Add NULL socket checks in all 9 fuzz tests that use get_fuzz_socket()
to prevent null pointer dereference when socket creation fails
Fixes#3114