mirror of
https://github.com/opnsense/src.git
synced 2026-06-07 15:52:40 -04:00
This function uses already supposedly opaque struct _getfamily_attrs as the argument and it fills it with pointers to volatile memory, which makes it is unsafe for general use. While here also underscore structures that hang off the struct _getfamily_attrs. Small programs like powerd(8) and RPC daemons are converted to use snl_get_genl_mcast_group() and/or snl_get_genl_family(). The genl(1) utility was fixed not to mix its own parsers with parsers declared in netlink_snl_generic.h. Reviewed by: melifaro Differential Revision: https://reviews.freebsd.org/D48480 |
||
|---|---|---|
| .. | ||
| Makefile | ||
| netlink_socket.c | ||
| test_netlink_message_writer.py | ||
| test_nl_core.py | ||
| test_rtnl_iface.py | ||
| test_rtnl_ifaddr.py | ||
| test_rtnl_neigh.py | ||
| test_rtnl_route.py | ||
| test_snl.c | ||
| test_snl_generic.c | ||