• Russ Cox's avatar
    array index bug · 6e8524be
    Russ Cox authored
    x[i]
    x not addressable, i >= UINF
    double evaluated i
    second eval killed live registers
    
    manifested as gob instability
    
    R=ken
    OCL=34097
    CL=34099
    6e8524be
bug199.go 413 Bytes