Commit 7c6b2f20b08a33b78b9e95cd77fda68aeedca02d

Alexei Podtelezhnikov 2022-02-08T14:37:34

[pshinter] Revise the hint table handling. * src/pshinter/pshrec.c (ps_hint_table_ensure): Remove redundant size check; avoid array zeroing because it is fully initialized when used. (ps_hint_table_alloc): Fix off-by-one comparison and remove another zeroing of the array elements.