You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. In eus.h, macro to define free() to substitute cfree()
is added for Linux and Linux64, since cfree() is made obsolete in 2018.
2. In sequence.c, start/end parameter check is corrected for arrays
since specifying start>end caused a segmentation fault.
0 commit comments