Descriptioncmd/cc: grow some global arrays
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 issue 3078.
Patch Set 1 #Patch Set 2 : diff -r ccbda0007400 https://go.googlecode.com/hg/ #Patch Set 3 : diff -r ccbda0007400 https://go.googlecode.com/hg/ #Patch Set 4 : diff -r bc7a84869f47 https://go.googlecode.com/hg/ #
MessagesTotal messages: 3
|