mirror of
https://github.com/neovim/neovim.git
synced 2026-02-18 02:11:06 +10:00
Problem: stack->offset value is used as an array index. Solution: Instead of comparing the stack->offset value to the size in bytes of the array, compare the actual length of the array.