icmp: avoid allocating large struct on stack
authorCong Wang <amwang@redhat.com>
Sun, 2 Jun 2013 15:00:52 +0000 (15:00 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 3 Jun 2013 07:28:44 +0000 (00:28 -0700)
struct icmp_bxm is a large struct, reduce stack usage
by allocating it on heap.

Cc: Eric Dumazet <eric.dumazet@gmail.com>
Cc: Joe Perches <joe@perches.com>
Cc: David S. Miller <davem@davemloft.net>
Signed-off-by: Cong Wang <amwang@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found
This page took 0.026864 seconds and 5 git commands to generate.