Skip to content
Snippets Groups Projects
Commit e231ac1f authored by Reiner Hauser's avatar Reiner Hauser
Browse files

Fix crash when wireguard is enabled

The special wireguard interface has its ifa_addr pointer set to
null, leading to a crash in NameService::publish() which iterates
over all interfaces, checking ifa_addr->family.

Protection against ifa_addr == nullptr were added in various places.
parent 5740ae67
No related branches found
No related tags found
No related merge requests found
Pipeline #6621657 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment