]> git.ipfire.org Git - thirdparty/bird.git/commit
Filter: Fix comparison of BGP path mask
authorKazuki Yamaguchi <k@rhe.jp>
Sun, 28 Jun 2020 13:33:26 +0000 (15:33 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Sun, 28 Jun 2020 13:33:26 +0000 (15:33 +0200)
commit4ef0a966392672d04a567c25758462fe3bbb0fb4
tree97b2b60261be5af0ca3a025b739edd6cdb1e7805
parent82937b465b3a50bdcb00eff0b7aa6acb3fc21772
Filter: Fix comparison of BGP path mask

Add a missing return statement. Path masks with the same length were all
considered the same. Comparing two with different length would cause
out-of-bounds memory access.
filter/data.c