<p></p>
<p><b>@theraphim</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/kamailio/kamailio/pull/2595#discussion_r551862620">src/core/socket_info.c</a>:</p>
<pre style='color:#555'>> @@ -1184,6 +1189,16 @@ static int build_iface_list(void)
                nll = 0;
                p = buf;
                while(1) {
+                       // This (and the loop above in get_flags) is
+                       // broken in more than one aspect. For example,
+                       // if a receive is shorter than nlmsghdr,
+                       // nlp->nlmsg_type will point at garbage.
+                       // Proper fix for this (and static buffer sizing
+                       // problem) would be to use libnl.
</pre>
<p>Removed.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/kamailio/kamailio/pull/2595#discussion_r551862620">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABO7UZPJJHBXFMFZ4TIUKGDSYLWX7ANCNFSM4VTC6VXA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/ABO7UZIJCOCZOMXXEFJQ2YTSYLWX7A5CNFSM4VTC6VXKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOEF5NTCQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/kamailio/kamailio/pull/2595#discussion_r551862620",
"url": "https://github.com/kamailio/kamailio/pull/2595#discussion_r551862620",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>