diff options
| author | Sebastien Bacher <seb128@ubuntu.com> | 2020-01-29 10:37:20 +0100 |
|---|---|---|
| committer | Sebastien Bacher <seb128@ubuntu.com> | 2020-01-29 10:37:20 +0100 |
| commit | ff7ca6f26bc6763f53920c85e2c3b66259003527 (patch) | |
| tree | 19de30bc725005d8972eb08d500c1b01d7c35101 /src/platform | |
| parent | 5a09f7759860f4f2a9bb01471ca8099cd705bc10 (diff) | |
| parent | 55780b62324ba5492ce2670817fc0a8c209cc138 (diff) | |
Merge remote-tracking branch 'salsa/debian/master' into ubuntu/master
Diffstat (limited to 'src/platform')
| -rw-r--r-- | src/platform/nm-linux-platform.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/platform/nm-linux-platform.c b/src/platform/nm-linux-platform.c index 305ae52e..7abe4dfc 100644 --- a/src/platform/nm-linux-platform.c +++ b/src/platform/nm-linux-platform.c @@ -3937,6 +3937,7 @@ _nl_msg_new_address (int nlmsg_type, if ( family == AF_INET && nlmsg_type != RTM_DELADDR + && plen < 31 /* RFC 3021 */ && address && *((in_addr_t *) address) != 0) { in_addr_t broadcast; |