]> git.proxmox.com Git - mirror_frr.git/commit
isisd: out of bounds access (Coverity 1473286)
authorF. Aragon <paco@voltanet.io>
Tue, 25 Sep 2018 15:54:09 +0000 (17:54 +0200)
committerF. Aragon <paco@voltanet.io>
Tue, 25 Sep 2018 16:00:02 +0000 (18:00 +0200)
commit883b4b862766352e2dd62d9645e0d0cdafb1dd8b
tree557d88cd1b41528964d6dad6358aaf7fb96703ae
parent38ca1c92564235884a4e6cf2227293cbd1b27996
isisd: out of bounds access (Coverity 1473286)

rawlspid_print(), which uses a fixed-width 8-byte input, has been replaced with
a call to isis_format_id(), allowing giving the input size.

Signed-off-by: F. Aragon <paco@voltanet.io>
isisd/isis_spf.c