https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224371
--- Comment #3 from commit-h...@freebsd.org --- A commit references this bug: Author: ae Date: Sun Dec 24 02:06:17 UTC 2017 New revision: 327142 URL: https://svnweb.freebsd.org/changeset/base/327142 Log: MFC r326898: Fix possible memory leak. vxlan_ftable entries are sorted in descending order, due to wrong arguments order it is possible to stop search before existing element will be found. Then new element will be allocated in vxlan_ftable_update_locked() and can be inserted in the list second time or trigger MPASS() assertion with enabled INVARIANTS. PR: 224371 Changes: _U stable/10/ stable/10/sys/net/if_vxlan.c -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-net@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"