]> git.proxmox.com Git - mirror_frr.git/commit
staticd: Fix null pointer access (coverity 1472311)
authorEmanuele Di Pascale <emanuele@voltanet.io>
Thu, 9 Aug 2018 12:26:55 +0000 (14:26 +0200)
committerEmanuele Di Pascale <emanuele@voltanet.io>
Thu, 9 Aug 2018 12:26:55 +0000 (14:26 +0200)
commitbacd8eea47e4ac47753d6a32279eb66c2d971aa6
tree5b9d19b33b7f3a3dee4a93e35ff7e380bd6d13e7
parent359b4722b3d397f5f0c9e510e90e3a9168929ebd
staticd: Fix null pointer access (coverity 1472311)

Aded a check to ensure that if_is_vrf() is not called on a NULL if pointer.
Incidentally this was causing PR #2805 to fail.

Signed-off-by: Emanuele Di Pascale <emanuele@voltanet.io>
staticd/static_zebra.c