Fix sparse warning: Variable length array is used.
commit75c68929c302b7d3cca77c3cf542dd299d18394a
authorPrzemyslaw Pawelczyk <przemoc@gmail.com>
Tue, 23 Jan 2018 14:17:29 +0000 (23 15:17 +0100)
committerPrzemyslaw Pawelczyk <przemoc@gmail.com>
Tue, 23 Jan 2018 14:17:29 +0000 (23 15:17 +0100)
treed83f760d69b78f54522ed93940d473372f87468e
parent2d96df3dd6f352d522a224643b6206e680855398
Fix sparse warning: Variable length array is used.

Avoid using VLAs when it is not really needed, especially in cases like
this one here, when possible array size is very limited (1-8 bytes).
src/utils.c