Skip to content

Latest (updated on 2024-12-19 09:12 UTC)

Pre-release
Pre-release
Compare
Choose a tag to compare
@michaelonken michaelonken released this 19 Dec 09:35
Properly handle unknown "localhost" in DVPSIPCClient.

The request to resolve the hostname "localhost" to an IPv4 address
may fail under certain circumstances (e.g. in a IPv6 only environment).
This situation is now handled properly.

Thanks to Oliver Klerx <[email protected]> for the bug report and patch.