]> git.puffer.fish Git - matthieu/frr.git/commit
bfdd: fix crash when receiving invalid echo packet
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Wed, 5 Sep 2018 15:29:14 +0000 (12:29 -0300)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Wed, 5 Sep 2018 15:29:14 +0000 (12:29 -0300)
commit9835f17d33066fc4b4f91e2bcc3d9d12c5f2aa8a
tree402b386c5152561c043268bee10987ab1c1e1922
parent8529e18048a65fe4628d13aac99ff5e23770c593
bfdd: fix crash when receiving invalid echo packet

The log function would improperly format a string using an integer
causing a crash. This situation was found when switching echo mode with
a active connection.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
bfdd/bfd_packet.c