edax-reversi icon indicating copy to clipboard operation
edax-reversi copied to clipboard

Edax reversi version 4.4 and above

Results 2 edax-reversi issues
Sort by recently updated
recently updated
newest added

In hash.c line 677, the right test is likely: if (hash->data.move[1] == move) rather than if (hash->data.move[0] == move) otherwise the else if is useless. That potential bug was already...

#### Problem Overview I am encountering a segmentation fault when using the `book save` or `book store` commands in EDAX. The program crashes with the following error message: zsh: segmentation...