iwd/tools
Denis Kenzior d53873a254 test-runner: Fix buffer overflow
The argv buffer allocated by alloca is only large enough to hold the
original argument list.  Additional arguments (such as --kernel) are
appended at the end, which results in the stack corruption.  Make sure
to allocate space for additional arguments.
2016-05-26 10:07:32 -05:00
..
hwsim.c hwsim: Remove bogus info msg 2016-05-18 14:01:52 -05:00
test-runner.c test-runner: Fix buffer overflow 2016-05-26 10:07:32 -05:00