iwd/tools
Mat Martineau 9252d23358 test-runner: Use l_strdup_printf to combine strings
There's a new "-Werror=format-overflow" warning in gcc 8 that detects
potential overflow or truncation with sprintf/snprintf, so the
test-runner build fails with gcc 8. Using l_strdup_printf allows the
build to succeed, and moves a few large buffers from the stack to the
heap.
2018-05-09 20:41:51 -05:00
..
hwsim.c hwsim: Fix leak of send_frame_info->user_data 2018-01-30 23:03:07 -06:00
test-runner.c test-runner: Use l_strdup_printf to combine strings 2018-05-09 20:41:51 -05:00
test_runner_kernel_config tools: Remove unused kernel config 2018-01-22 10:27:50 -06:00