Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: wordsmithing

...

First, the function incorrectly validates the index pos against the size of the buffer. When the index pos is initially equal to size, the function attempts to store value in a memory location just past the end of the buffer.

...