=== modified file 'modules/ntrack-libnl.c'
--- modules/ntrack-libnl.c	2011-04-25 16:28:19 +0000
+++ modules/ntrack-libnl.c	2011-04-25 17:25:24 +0000
@@ -394,6 +394,9 @@
 		if (rtnl_link_get_ifindex(link) > iindex)
 			break;
 		i = i->next;
+
+		if (i == linklist)
+			break;
 	}
 	return result;
 }

