dimyr7 / ClassScheduler

A class scheduling program made for Scheedule2
GNU General Public License v2.0
3 stars 3 forks source link

Random segfaults. Don't know why... #15

Closed dimyr7 closed 9 years ago

dimyr7 commented 9 years ago

Its some out of bounds index in src/SectionGroup.cpp in getCombosHelper()

dimyr7 commented 9 years ago

Looks like the issue was fixed. An old variable was being used when a new one was needed with the right array length.