Bugzilla – Bug 141227
rasmol-2.7.3-2: array subscript out of range
Last modified: 2006-11-09 12:33:21 UTC
I just tried to compile package rasmol-2.7.3-2 with the Intel C compiler It said multiple.c(528): warning #175: subscript out of range The source code is MolName[i][MAX_MOLNAME]='\0'; but char MolName[MAX_MOLECULES][MAX_MOLNAME]; so MolName[i][MAX_MOLNAME] does not exist. Suggest code rework.
I'll take a look at it. Thank you for reporting bugs.
Code reworked.
(In reply to comment #2) > Code reworked. I just had a look at the version in Suse Linux 10.2 BETA 1 and the bug still seems to me to exist. Perhaps time to look at it again ?
You're right.
Now should be really fixed. Check out RC1.