Modify ↓
Opened 6 years ago
Closed 5 years ago
#3772 closed Bug (Fixed)
int64 = -9223372036854775808 not handled properly
| Reported by: | J-Paul Mesnage | Owned by: | Jon |
|---|---|---|---|
| Milestone: | 3.3.15.4 | Component: | AutoIt |
| Version: | 3.3.14.0 | Severity: | None |
| Keywords: | Cc: |
Description
Local $int64Min = Hex(- 9223372036854775808)
return 8000000000000001
in fact it should return 8000000000000000
Attachments (0)
Change History (5)
comment:1 by , 6 years ago
| Summary: | int64 = -9223372036854775808 not handle properly → int64 = -9223372036854775808 not handled properly |
|---|
comment:2 by , 6 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:3 by , 6 years ago
comment:4 by , 6 years ago
| Owner: | changed from to |
|---|
comment:5 by , 5 years ago
| Milestone: | → 3.3.15.4 |
|---|---|
| Owner: | changed from to |
| Resolution: | → Fixed |
| Status: | assigned → closed |
Fixed by revision [12545] in version: 3.3.15.4
Note:
See TracTickets
for help on using tickets.

I did a fix proposed to Jon