Bugzilla – Bug 229908
bzflag-2.0.8-22: array subscript out of range
Last modified: 2007-04-16 13:01:24 UTC
I just tried to compile package bzflag-2.0.8-22 with the Intel C compiler. The compiler said ServerStartMenu.cxx(326): warning #175: subscript out of range The source code is settings[13] = settings[14]; but char ServerStartMenu::settings[] = "bfaaaaabaaaaa"; I count only 13 chars in settings, so settings[14] does not exist. Suggest code rework.
Feel free to close as duplicate of Bug #235591.
Fixed. *** This bug has been marked as a duplicate of bug 235591 ***