mirror of https://github.com/rusefi/lua.git
ULONG_MAX>>10 may not fit into an int (old bug)
This commit is contained in:
parent
67f9a2a98f
commit
feb724c122
5
bugs
5
bugs
|
@ -298,6 +298,11 @@ Fri Aug 30 13:49:14 EST 2002
|
||||||
>> userdata may not be cleared properly
|
>> userdata may not be cleared properly
|
||||||
(by Roberto; since 5.0a)
|
(by Roberto; since 5.0a)
|
||||||
|
|
||||||
|
** lapi.c
|
||||||
|
Thu Nov 21 11:00:00 EST 2002
|
||||||
|
>> ULONG_MAX>>10 may not fit into an int
|
||||||
|
(by Jeff Petkau; since 4.0)
|
||||||
|
|
||||||
** lparser.c
|
** lparser.c
|
||||||
Fri Dec 6 17:06:40 UTC 2002
|
Fri Dec 6 17:06:40 UTC 2002
|
||||||
>> scope of generic for variables is not sound
|
>> scope of generic for variables is not sound
|
||||||
|
|
Loading…
Reference in New Issue