mirror of
https://git.proxmox.com/git/mirror_frr
synced 2026-01-06 05:45:33 +00:00
Subject: [zebra 18573] PATCH ospfd: byte order error in assert statement I found a bug in the ospfd code tickled this morning by a Type 1 LSA with exactly 62 entries (LSA length of 768, or 0x0300). A missing ntohs in ospf_lsa.c:ospf_lsa_different() causes an assert statement to fail, stopping ospfd. > assert (l1->data->length > OSPF_LSA_HEADER_SIZE); So, a length of type 768 turns into a length of 3 which is obviously less than 20. David |
||
|---|---|---|
| bgpd | ||
| doc | ||
| guile | ||
| init | ||
| lib | ||
| ospf6d | ||
| ospfclient | ||
| ospfd | ||
| ports | ||
| redhat | ||
| ripd | ||
| ripngd | ||
| tools | ||
| vtysh | ||
| zebra | ||
| .cvsignore | ||
| acconfig.h | ||
| aclocal.m4 | ||
| AUTHORS | ||
| ChangeLog | ||
| config.guess | ||
| config.h.in | ||
| config.sub | ||
| configure | ||
| configure.ac | ||
| configure.in | ||
| COPYING | ||
| COPYING.LIB | ||
| depcomp | ||
| INSTALL | ||
| install-sh | ||
| Makefile.am | ||
| Makefile.in | ||
| missing | ||
| mkinstalldirs | ||
| NEWS | ||
| README | ||
| REPORTING-BUGS | ||
| SERVICES | ||
| stamp-h.in | ||
| TODO | ||
| update-autotools | ||
GNU Zebra is free software that manages various IPv4 and IPv6 routing protocols. Currently GNU Zebra supports BGP4, BGP4+, OSPFv2, OSPFv3, RIPv1, RIPv2, and RIPng. See the file INSTALL for building and installation instructions. See the file REPORTING-BUGS to report bugs. GNU Zebra is free software. See the file COPYING for copying conditions.