Browse Source

ULONG_MAX>>10 may not fit into an int (old bug)

Roberto Ierusalimschy 22 years ago
parent
commit
feb724c122
1 changed files with 5 additions and 0 deletions
  1. 5 0
      bugs

+ 5 - 0
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