• Russ Cox's avatar
    cmd/cc: grow some global arrays · 9984a5bc
    Russ Cox authored
    Avoids global array buffer overflows if they are
    indexed using some of the values between NTYPE
    and NALLTYPE.  It is entirely likely that not all of these
    are necessary, but this is the C compiler and not worth
    worrying much about.  This change takes up only a
    few more bytes of memory and makes the behavior
    deterministic.
    
    Fixes #3078.
    
    R=golang-dev, bradfitz
    CC=golang-dev
    https://golang.org/cl/5693052
    9984a5bc
Name
Last commit
Last update
..
Makefile Loading commit data...
acid.c Loading commit data...
bits.c Loading commit data...
cc.h Loading commit data...
cc.y Loading commit data...
com.c Loading commit data...
com64.c Loading commit data...
dcl.c Loading commit data...
doc.go Loading commit data...
dpchk.c Loading commit data...
funct.c Loading commit data...
godefs.c Loading commit data...
lex.c Loading commit data...
lexbody Loading commit data...
mac.c Loading commit data...
macbody Loading commit data...
omachcap.c Loading commit data...
pgen.c Loading commit data...
pswt.c Loading commit data...
scon.c Loading commit data...
sub.c Loading commit data...
y.tab.c Loading commit data...
y.tab.h Loading commit data...