Edit

IABSD.fr/src/sys/netinet

Branch :

  • Show log

    Commit

  • Author : bluhm
    Date : 2025-02-17 20:31:25
    Hash : 4039bfa0
    Message : Handle RTF_GATEWAY route with rt_gwroute NULL. rtrequest_delete() calls rt_putgwroute() to set rt_gwroute to NULL. When another thread holds a reference to such a route, an assertion failed in rtisvalid() and rt_getll(). Handle this case, rt_getll() may return NULL then. OK claudio@