Kusakov K A
Results
1
issues of
Kusakov K A
https://github.com/jordanbray/chess/blob/0e538fbee63d01b282cd22a40f1b6655cd6922ab/src/cache_table.rs#L39 https://github.com/jordanbray/chess/blob/0e538fbee63d01b282cd22a40f1b6655cd6922ab/src/cache_table.rs#L50 https://github.com/jordanbray/chess/blob/0e538fbee63d01b282cd22a40f1b6655cd6922ab/src/cache_table.rs#L83 On 32-bit systems `hash as usize` will overflow if the value of `hash` is greater than `u32::MAX`. This overflow is mostly harmless in release mode ([as the...