/[base]
ViewVC logotype

Revision 327142


Jump to revision: Previous Next
Author: ae
Date: Sun Dec 24 02:06:16 2017 UTC (6 years, 6 months ago)
Changed paths: 2
Log Message:
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


Changed paths

Path Details
Directorystable/10/ modified , props changed
Directorystable/10/sys/net/if_vxlan.c modified , text changed

  ViewVC Help
Powered by ViewVC 1.1.27