b4b589a Issue #1307 - Part 4: Stop using variable-length arrays.

Authored and Committed by wolfbeast 4 years ago
    Issue #1307 - Part 4: Stop using variable-length arrays.
    
    "USING VLA'S IS ACTIVELY STUPID! It generates much more code, and much
    slower code (and more fragile code), than just using a fixed key size
    would have done." -- Linus Torvalds
    
        
file modified
+20 -34