[haiku-bugs] Re: [Haiku] #12245: BNetworkAddress IsEmpty true when SetTo is run with IPv6 address

  • From: "kallisti5" <trac@xxxxxxxxxxxx>
  • Date: Mon, 27 Jul 2015 03:21:30 -0000

#12245: BNetworkAddress IsEmpty true when SetTo is run with IPv6 address
--------------------------------+------------------------------------
Reporter: kallisti5 | Owner: axeld
Type: bug | Status: new
Priority: normal | Milestone: Unscheduled
Component: Kits/Network Kit | Version: R1/Development
Resolution: | Keywords: ipv6 bunittest bnetlib
Blocked By: | Blocking:
Has a Patch: 0 | Platform: All
--------------------------------+------------------------------------

Comment (by kallisti5):

I should mention that this also fails:

{{{
BNetworkAddress address;
ASSERT_TRUE(address.IsEmpty());
address.SetTo(AF_INET6, "::1");
ASSERT_FALSE(address.IsEmpty()); // FAIL
}}}

--
Ticket URL: <https://dev.haiku-os.org/ticket/12245#comment:1>
Haiku <https://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: