top | item 47183821

(no title)

rwmj | 2 days ago

Most C compilers let you use variable length arrays on the stack. However they're problematic and mature code bases usually disable this (-Werror -Wvla) because if the size is derived from user input then it's exploitable.

discuss

order

No comments yet.