bird/proto
Ondrej Zajicek (work) 30c734fc73 Static: Fix bug in static route filter expressions
During reconfiguration, old and new filter expressions in static routes
are compared using i_same() function. When filter expressions contain
function calls, it is necessary that old filter expressions are the
second argument in i_same(), as it is internally modified by i_same().
Otherwise pointers to old (and freed) data appear in the config
structure.

Thanks to Lennert Buytenhek for tracking and reporting the bug.
2017-02-17 22:54:06 +01:00
..
babel Build: switch on -Wextra, get rid of most of the warnings 2016-11-01 14:52:54 +01:00
bfd BFD: Authentication 2016-11-02 17:53:22 +01:00
bgp BGP: Fix memory leak in graceful restart code 2016-11-25 11:51:38 +01:00
ospf OSPF: Fix ECMP external merging 2016-12-15 15:37:27 +01:00
pipe Store protocol config size inside protocol structure 2015-02-21 21:08:23 +01:00
radv Build: switch on -Wextra, get rid of most of the warnings 2016-11-01 14:52:54 +01:00
rip RIP: Use message authentication interface 2016-11-02 17:53:22 +01:00
static Static: Fix bug in static route filter expressions 2017-02-17 22:54:06 +01:00
Doc Add the Babel routing protocol (RFC 6126) 2016-04-28 18:01:40 +02:00