java-topology/tools/scan-results/bird.txt
russell@unturf.com db29a08762 undefect. CWE-407 — 92 sites, 42 ecosystems
B&W print-friendly diagrams + tinkerpop-0001 + wave-3 proof sections.
Squash of 94 local commits onto remote master.
2026-03-26 19:48:18 -04:00

7 lines
444 B
Text
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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)
# 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