TheSuperHackers/GeneralsGameCode

Unsafe iterator dereference

Closed this issue · 1 comments

Here we always deref an end iterator when this function is called. I'm surprised this doesn't crash more often.

This was corrected with other similar iterator problems in #630 so closing this issue as completed.