From: Sascha Hlusiak Date: Tue, 29 Sep 2009 11:27:05 +0000 (+0000) Subject: sit: fix off-by-one in ipip6_tunnel_get_prl X-Git-Tag: v2.6.27.46~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f02363178930a9fb73c88f88c3c347d27d62a082;p=pandora-kernel.git sit: fix off-by-one in ipip6_tunnel_get_prl commit 298bf12ddb25841804f26234a43b89da1b1c0e21 upstream. When requesting all prl entries (kprl.addr == INADDR_ANY) and there are more prl entries than there is space passed from userspace, the existing code would always copy cmax+1 entries, which is more than can be handled. This patch makes the kernel copy only exactly cmax entries. Signed-off-by: Sascha Hlusiak Acked-By: Fred L. Templin Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed