Roberto Ierusalimschy 57f5b81da9 Bug: Long brackets with a huge number of '=' causes overflow
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.)
2018-12-14 13:12:01 -02:00
all
2018-07-09 12:33:01 -03:00
2018-10-25 15:30:15 -03:00
2018-12-11 11:54:14 -02:00
2018-11-01 13:21:00 -03:00
2018-11-01 13:21:00 -03:00
2018-09-11 08:39:12 -03:00
2018-10-23 12:58:38 -03:00
2018-11-01 13:21:00 -03:00
2018-11-22 13:56:04 -02:00
2018-11-01 13:21:00 -03:00
2018-07-12 15:56:44 -03:00
2018-06-18 15:25:19 -03:00
Description
No description provided
18 MiB
Languages
C 67.3%
Lua 32.1%
Makefile 0.6%