mirror of
https://github.com/status-im/c-kzg-4844.git
synced 2025-03-03 11:00:38 +00:00
VLA's are prone to cause (silent!) stack overflows and a potential cause of security vulns. While the usage pattern is probably safe in our context, changing to a more robust solution seems prudent.