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
dns_sd: treat linked lists properly when removing things
When we were deleting nodes from the linked list, we accessed the
"next", from the node that we just cut out (and free()'ed).
Fix by keeping track of the previous node, which is used for the "next"
when we cut it out.
Signed-off-by: Robin Getz <[email protected]>
0 commit comments