Edit

IABSD.fr/src/lib/libc/asr

Branch :

  • Show log

    Commit

  • Author : tb
    Date : 2026-05-09 01:54:51
    Hash : 61a495c8
    Message : Avoid recursive cleanup in getrrsetbyname() Instead of freeing struct dns_query and struct dns_rr by walking the linked lists recursively, use a simple loop. This avoids a possible stack exhaustion unlikely to be reachable with the limits modern resolvers impose. From Dhiraj Mishra ok djm