https://bugzilla.novell.com/show_bug.cgi?id=344156#c1
Gert Driesen <[EMAIL PROTECTED]> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[EMAIL
PROTECTED]
--- Comment #1 from Gert Driesen <[EMAIL PROTECTED]> 2007-11-30 12:47:15 MST
---
Apparently we explictly consider a zero-length or single blank address as a
valid IPv4 address:
See line 214-215 of IPAddress.cs:
if (ip.Length == 0 || ip == " ")
return new IPAddress (0);
Any objection to removing this (and adding unit tests for this), if this
doesn't break any existing unit tests?
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs