]> git.puffer.fish Git - matthieu/frr.git/commit
ripd, ripngd: fix null pointer dereference in YANG RPCs
authorRenato Westphal <renato@opensourcerouting.org>
Fri, 4 Jan 2019 13:55:15 +0000 (11:55 -0200)
committerRenato Westphal <renato@opensourcerouting.org>
Fri, 18 Jan 2019 18:15:41 +0000 (16:15 -0200)
commitbb5d09c90c277ed12aa41c84f8f9026b47694c60
tree2ed0e20c25f7b0a53e0e43609b71e839e0b7d8cf
parent70fc94ca1d6063b64449b0971678521c021ac916
ripd, ripngd: fix null pointer dereference in YANG RPCs

These RPCs should do nothing when RIP/RIPng aren't configured.

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
ripd/rip_northbound.c
ripngd/ripng_northbound.c