]> git.baikalelectronics.ru Git - kernel.git/commit
[NET]: Fix potential stack overflow in net/core/utils.c
authorSuresh Siddha <suresh.b.siddha@intel.com>
Tue, 15 Aug 2006 07:03:01 +0000 (00:03 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 17 Aug 2006 23:29:47 +0000 (16:29 -0700)
commit76ed9fdda04532c0e25c43914265c1229021a99c
tree6c9e71da19a4fa164380c25c0d443f4eb965c917
parent0f1f0b2f1f64b2454d122242a29d8e49a87131f0
[NET]: Fix potential stack overflow in net/core/utils.c

On High end systems (1024 or so cpus) this can potentially cause stack
overflow.  Fix the stack usage.

Signed-off-by: Suresh Siddha <suresh.b.siddha@intel.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/utils.c