]> git.puffer.fish Git - matthieu/frr.git/commit
ospfd: router LSA link info missing length check
authorQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 14 Apr 2020 04:39:15 +0000 (00:39 -0400)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 14 Apr 2020 15:29:10 +0000 (11:29 -0400)
commit04d6a0f823e20c5e1d5f42042a8eefd5f5a76924
treea12eb7041af4a12edbddfdad12260140e46d841e
parent4b010cf44dd90ad7f33243f3e800812184940ca3
ospfd: router LSA link info missing length check

Fix
- Modulo check on data length not inclusive enough
- Garbage heap read when bounds checking

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
ospfd/ospf_packet.c