From: Mitch Williams Date: Wed, 9 Nov 2005 18:34:01 +0000 (-0800) Subject: [PATCH] net: allow newline terminated IP addresses in in_aton X-Git-Tag: v2.6.16-rc1~474^2~22^2~7^2~96^2~17 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e2e5659656b8b9bd9fa4714355d91282cb74178;p=pandora-kernel.git [PATCH] net: allow newline terminated IP addresses in in_aton in_aton() gives weird results if it sees a newline at the end of the input. This patch makes it able to handle such input correctly. Signed-off-by: Mitch Williams Acked-by: Jay Vosburgh Signed-off-by: John W. Linville --- Reading git-diff-tree failed