Loading net/core/sockev_nlmcast.c +2 −0 Original line number Diff line number Diff line Loading @@ -37,6 +37,8 @@ static struct netlink_kernel_cfg nlcfg = { static void _sockev_event(unsigned long event, __u8 *evstr, int buflen) { memset(evstr, 0, buflen); switch (event) { case SOCKEV_SOCKET: strlcpy(evstr, "SOCKEV_SOCKET", buflen); Loading Loading
net/core/sockev_nlmcast.c +2 −0 Original line number Diff line number Diff line Loading @@ -37,6 +37,8 @@ static struct netlink_kernel_cfg nlcfg = { static void _sockev_event(unsigned long event, __u8 *evstr, int buflen) { memset(evstr, 0, buflen); switch (event) { case SOCKEV_SOCKET: strlcpy(evstr, "SOCKEV_SOCKET", buflen); Loading