mirror of
https://github.com/lua/lua.git
synced 2026-06-08 08:03:49 +00:00
A long bracket with too many equal signs can overflow the 'int' used for the counting and some arithmetic done on the value. Changing the counter to 'size_t' avoids that. (Because what is counted goes to a buffer, an overflow in the counter will first raise a buffer-overflow error.)
16 KiB
16 KiB