You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After looking at the code, this is probably triggered by PGE_RR_MAX being set to 32 and the limit never being checked when adding reverse records via pge_initprimary, setting up the code to write to unallocated memory. The first entry is set to "0.0.0.0" leaving only 30 entries left.
mdnsd -d
cat /tmp/list
with more than 30 interfaces causes mdnsd to segfault.
The text was updated successfully, but these errors were encountered: