Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information