gastamper / groundzero2

A fork of the GroundZero2 codebase with bug fixes, standardization, and sanity-related changes.
8 stars 7 forks source link

comm.c: segmentation fault in iterating god tables #48

Closed gastamper closed 7 years ago

gastamper commented 7 years ago

Iteration of imp/god tables was broken since it called to imp_table[count].rl_name[0], assuming rl_name[0] even existed.