Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

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.
 help



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: