mirror of
https://github.com/lua/lua
synced 2026-06-08 15:34:49 +00:00
1221e987fe5ffbf2464b6e56301fb09cf6f3bb32
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
Automated archival mirror of github.com/lua/lua
Languages
C
66.4%
Lua
33%
Makefile
0.6%