...
None of the inputs to the function equal the delimiter, so when run with GCC 4.4.3 on Linux, control reaches the end of the getlen()
function, which returns 5, causing an out-of-bounds write to the data
array.
...
...
None of the inputs to the function equal the delimiter, so when run with GCC 4.4.3 on Linux, control reaches the end of the getlen()
function, which returns 5, causing an out-of-bounds write to the data
array.
...