Pattern: Missing bounds check in loop
Issue: -
Missing bounds check for extra iterator increment in loop. The loop might unintentionally skip an element in the container. There is no comparison between these increments to prevent that the iterator is incremented beyond the end.