1k objects on the stack are a bad idea. While it's likely safe in this
authorimp <imp@FreeBSD.org>
Tue, 12 Dec 2017 20:22:09 +0000 (20:22 +0000)
committerimp <imp@FreeBSD.org>
Tue, 12 Dec 2017 20:22:09 +0000 (20:22 +0000)
commit1129d06f64adb07c9492599611b1198783a78746
tree059769e61da36ae7e07bc834e4ea92a38dd7652a
parent5ee768dd485cbdfce7956b15b103afaf289765b3
1k objects on the stack are a bad idea. While it's likely safe in this
context, it's also safe to allocate the memory and free it instead.

Noticed by: Eugene Grosbein's script
sys/dev/cardbus/cardbus_cis.c