FreeBSD Bugzilla – Attachment 188865 Details for
Bug 224371
vxlan leaks memory
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
vxlan_leak.diff (text/plain), 445 bytes, created by
ben
on 2017-12-15 19:27:13 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
ben
Created:
2017-12-15 19:27:13 UTC
Size:
445 bytes
patch
obsolete
>Index: sys/net/if_vxlan.c >=================================================================== >--- sys/net/if_vxlan.c (revision 326877) >+++ sys/net/if_vxlan.c (working copy) >@@ -782,7 +782,7 @@ > hash = VXLAN_SC_FTABLE_HASH(sc, mac); > > LIST_FOREACH(fe, &sc->vxl_ftable[hash], vxlfe_hash) { >- dir = vxlan_ftable_addr_cmp(fe->vxlfe_mac, mac); >+ dir = vxlan_ftable_addr_cmp(mac, fe->vxlfe_mac); > if (dir == 0) > return (fe); > if (dir > 0)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 224371
: 188865