/
niceSOFT
/
valgrind
Обзор
Документация
Войти
/
niceSOFT
/
valgrind
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
none/tests/linux/stack-overflow.c
5 строк
238 B
Florian Krohm
Rewritten to use a single line instead of line splicing
07 мар 2015, 15:49
07 мар 2015, 15:49
b77e045
Код
Авторство
О чём код?
/* There should be a user message about the overflow. Written in a single line so there is no confusion on what line the overflow occurs. */ int main(int argc, char *argv[]) { volatile int arr[1000]; return main(arr[argc%2], 0); }