Opened 14 years ago
Last modified 3 years ago
#297 new defect
Array elements aren't checked when setting specialized integer arrays
| Reported by: | stassats | Owned by: | ehuelsmann |
|---|---|---|---|
| Priority: | critical | Milestone: | 1.9.3 |
| Component: | interpreter | Version: | 1.2.0-dev |
| Keywords: | Cc: | stassats@… | |
| Parent Tickets: |
Description
(make-array 5 :element-type '(unsigned-byte 8) :initial-element 300)
=>
#(44 44 44 44 44)
(make-array 5 :element-type '(unsigned-byte 16) :initial-element (+ 300 (expt 2 16)))
=>
#(65836 65836 65836 65836 65836)
While
(make-array 5 :element-type 'bit :initial-element 300)
The value 300 is not of type COMMON-LISP:BIT.
Change History (21)
comment:1 by , 14 years ago
| Component: | streams → other |
|---|---|
| Owner: | changed from to |
comment:2 by , 14 years ago
| Component: | other → interpreter |
|---|---|
| Milestone: | → 1.2.0 |
| Owner: | changed from to |
| Version: | → 1.2.0-dev |
comment:3 by , 13 years ago
| Priority: | minor → critical |
|---|
comment:4 by , 13 years ago
| Milestone: | 1.2.0 → 1.3.0 |
|---|
comment:5 by , 12 years ago
| Milestone: | 1.3.0 → 2.0 |
|---|
comment:7 by , 12 years ago
| Milestone: | 2.0.0 → 1.4.0 |
|---|
comment:13 by , 6 years ago
| Milestone: | 1.6.2 → 1.7.0 |
|---|
comment:18 by , 4 years ago
| Milestone: | 1.8.1 → 1.9.0 |
|---|
comment:19 by , 4 years ago
| Milestone: | 1.9.0 → 1.9.1 |
|---|
comment:20 by , 3 years ago
| Milestone: | 1.9.1 → 1.9.2 |
|---|
comment:21 by , 3 years ago
| Milestone: | 1.9.2 → 1.9.3 |
|---|
Note:
See TracTickets
for help on using tickets.
Ticket retargeted after milestone closed