[34m# scan=bird host=unsb-vm-2690-47664 date=2026-03-23T21:19:16Z
warning: redirecting to https://gitlab.nic.cz/labs/bird.git/
# roots: /tmp/bird/proto/ospf
CANDIDATE	/tmp/bird/proto/ospf/lsupd.c:243	WALK_LIST(ifa, p->iface_list)
[0m# TRIAGE 2026-03-23: WALK_LIST = pure iteration macro (for loop over linked list)
# ospf_flood_lsa — iterates iface_list then neigh_list, no membership check inside loop
# bird: CLEAN — no CWE-407 defects
