Skip to content

Don't pass a NULL pointer to isc_sockaddr_format()

Arаm Sаrgsyаn requested to merge aram/dns_dispatch_createtcp-bugfix into main

The 'localaddr' pointer can be NULL, which causes an assertion failure.

Use '&disp->local' instead when printing a debug log message.

There are No CHANGES, because the issue was introduced during the current release cycle (by !7025 (merged)).

Edited by Michał Kępień

Merge request reports