瀏覽代碼

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

Roberto Ierusalimschy 22 年之前
父節點
當前提交
feb724c122
共有 1 個文件被更改,包括 5 次插入0 次删除
  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
 (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
 Fri Dec  6 17:06:40 UTC 2002
 >> scope of generic for variables is not sound