/[base]
ViewVC logotype

Revision 326898


Jump to revision: Previous Next
Author: ae
Date: Sat Dec 16 14:36:21 2017 UTC (6 years, 6 months ago)
Changed paths: 1
Log Message:
Fix possible memory leak.

vxlan_ftable entries are sorted in ascending 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
MFC after:	1 week


Changed paths

Path Details
Directoryhead/sys/net/if_vxlan.c modified , text changed

  ViewVC Help
Powered by ViewVC 1.1.27