]> Git Repo - linux.git/commit
icmp: avoid allocating large struct on stack
authorCong Wang <[email protected]>
Sun, 2 Jun 2013 15:00:52 +0000 (15:00 +0000)
committerDavid S. Miller <[email protected]>
Mon, 3 Jun 2013 07:28:44 +0000 (00:28 -0700)
commit9a99d4a50cb8ce516adf0f2436138d4c8e6e4535
treef8854a80373f9288f1ee27a8d0ab54d46b256a57
parent08578d8d4eb76b7afe314fa03abe167761462fe4
icmp: avoid allocating large struct on stack

struct icmp_bxm is a large struct, reduce stack usage
by allocating it on heap.

Cc: Eric Dumazet <[email protected]>
Cc: Joe Perches <[email protected]>
Cc: David S. Miller <[email protected]>
Signed-off-by: Cong Wang <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
net/ipv4/icmp.c
This page took 0.051401 seconds and 4 git commands to generate.