Commit f04d90b1219c392309671f3b477c80dea146a2fd

Azat Khuzhin 2023-04-04T22:15:35

Fix building with -Wstack-protector due to VLA and fobid them It is not a thankless task to fix such issues on and on, let's just prohibit this cases, and our build with -Werror on CI will show new issues from now on. Fixes: #1434