]> git.proxmox.com Git - mirror_frr.git/commit - eigrpd/eigrp_hello.c
eigrpd: Cleanup various SA Issues
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 24 Aug 2017 23:15:20 +0000 (19:15 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 25 Aug 2017 00:34:20 +0000 (20:34 -0400)
commitdbfd865b05d6c4e9395a39bb24f5eaf0b850451c
tree91addae6b8793292c899a3c64a56511507a152d1
parent32e5503d8f987bbc1e8193ce94139d72e7ea7582
eigrpd: Cleanup various SA Issues

1) Handle key value not found on interface
2) Handle various NULL pointer possibilities
3) Fix possible integer overflow
4) Fix memory leak
5) Check return codes on sscanf

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
eigrpd/eigrp_dump.c
eigrpd/eigrp_hello.c
eigrpd/eigrp_interface.c
eigrpd/eigrp_packet.c
eigrpd/eigrp_topology.c
eigrpd/eigrp_update.c