<html>
<head>
<base href="https://bugzilla.netfilter.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - nft does not handle IPv6 addresses with embedded IPv4 addresses"
href="https://bugzilla.netfilter.org/show_bug.cgi?id=1730#c4">Comment # 4</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - nft does not handle IPv6 addresses with embedded IPv4 addresses"
href="https://bugzilla.netfilter.org/show_bug.cgi?id=1730">bug 1730</a>
from <span class="vcard"><a class="email" href="mailto:pablo@netfilter.org" title="Pablo Neira Ayuso <pablo@netfilter.org>"> <span class="fn">Pablo Neira Ayuso</span></a>
</span></b>
<pre>Cursory look at inet_pton()
static const char *
inet_ntop6 (const u_char *src, char *dst, socklen_t size)
{
/*
* Note that int32_t and int16_t need only be "at least" large enough
* to contain a value of the specified size. On some systems, like
* Crays, there is no such thing as an integer variable with 16 bits.
* Keep this in mind if you think this function should have been coded
* to use pointer overlays. All the world's not a VAX.
*/
char tmp[sizeof "ffff:ffff:ffff:ffff:ffff:ffff:255.255.255.255"], *tp;
shows that the intention is to support for embedded IPv4 notation as an IPv6
suffix.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>