mirror of
https://github.com/lua/lua
synced 2025-04-03 03:22:52 +03: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.)
Description
No description provided
Languages
C
67.3%
Lua
32.1%
Makefile
0.6%