]> git.ipfire.org Git - thirdparty/bird.git/commit
Nest: Fix crash in receive limit handling in import table
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Sun, 15 Nov 2020 15:01:19 +0000 (16:01 +0100)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Sun, 15 Nov 2020 15:01:19 +0000 (16:01 +0100)
commitb962967e20f186f797c163f69c673b0ee4ef3b2b
tree6e84111c3f945e388a3a000c120de5f61fef1a62
parent4a42e7e92520e7d07e585d542ef54e1de302fb1d
Nest: Fix crash in receive limit handling in import table

Logging as a result of triggered receive limit in import table code
accesset rte->net, which was not filed yet.

Thanks to Pier Carlo Chiodi for the bugreport.
nest/rt-table.c