Fix two problems that manifested themselves on the nitpicky snakes:
authorThanos Siapas <edu/mit/csail/zurich/thanos>
Mon, 14 Oct 1991 23:51:19 +0000 (23:51 +0000)
committerThanos Siapas <edu/mit/csail/zurich/thanos>
Mon, 14 Oct 1991 23:51:19 +0000 (23:51 +0000)
commita2cdb929d94de8f9719204c8026e929794d84f5d
tree1c50e9b8bf3dce200b420e6a755aefac6fcd2710
parent8b3d663e16b9e68029b089a1af3be228ef88c907
Fix two problems that manifested themselves on the nitpicky snakes:
- array-set! could cause an overflow exception when reading
un-initialized garbage.  ARRAY-ALLOCATE now initializes all array
components to 0.
- array-set! could cause an underflow exception when storing a valid
double too small for a float.  It now silently stores 0.

There are other problems left (overflow when storing a large
number), etc, but...
v7/src/microcode/array.c