eval_hooks generates seg fault
Status: Beta
Brought to you by:
midknite
eval_hooks generates seg fault due to array overrun
I hadn't gone too deep as to 'fix' the problem I just
created the following 'bad hack' as a work around
after line ~244 in tsh.c where i++ is
// FJM bad hack
if (hook_type > EXP_HOOKS && i == 3) break;
if (hook_type <= EXP_HOOKS && i == 2) break;