mirror of
https://github.com/lua/lua
synced 2025-02-11 18:54:00 +03:00
![Roberto Ierusalimschy](/assets/img/avatar_default.png)
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.4%
Lua
32%
Makefile
0.6%