]> git.ipfire.org Git - thirdparty/bird.git/commit
Filter: Fix crash with 'where' filters and function calls
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Tue, 10 Sep 2019 11:45:18 +0000 (13:45 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Tue, 10 Sep 2019 11:45:18 +0000 (13:45 +0200)
commit452e90ba72f57c44b44f9940ac951d2fde417583
tree0ee72b911906ea1830bd353c400785098b0c6b41
parent1127887a8b111dab18c592f1f3f575920f38bfe3
Filter: Fix crash with 'where' filters and function calls

The old 'where' code computed size value incorrectly, which leads
to invalid instruction lines and filter errors or crashes.
filter/f-util.c