Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

...