mirror of
https://github.com/opnsense/src.git
synced 2026-04-13 21:36:47 -04:00
The netlink newneigh handler has the potential to leak the lock on
llentry objects in the kernel. This patch reconciles several paths
through the newneigh handler that could result in a lock leak.
MFC after: 1 week
Reviewed by: markj, kp
Sponsored by: Rubicon Communications, LLC ("Netgate")
Differential Revision: https://reviews.freebsd.org/D42307
(cherry picked from commit ae2ca32781a90abe987e128ca167ab400a87f369)
|
||
|---|---|---|
| .. | ||
| common.h | ||
| iface.c | ||
| iface_drivers.c | ||
| ifaddrs.h | ||
| interface.h | ||
| neigh.c | ||
| neigh.h | ||
| nexthop.c | ||
| nexthop.h | ||
| route.h | ||
| route_var.h | ||
| rt.c | ||