Commit ee474ff2d11715485a87b123edbdd615ba218b88

Hans Wennborg 2023-12-15T15:10:19

Fix pending buffer overflow assert with LIT_MEM allocation. Since each element in s->d_buf is 2 bytes, the sx index should be multiplied by 2 in the assert. Fixes #897