]> andersk Git - splint.git/commit
Fixed off by one bug involving arrays initialized with a block of values.
authordrl7x <drl7x>
Mon, 8 Dec 2003 07:28:10 +0000 (07:28 +0000)
committerdrl7x <drl7x>
Mon, 8 Dec 2003 07:28:10 +0000 (07:28 +0000)
commit8f58355ac23c75fac70c5eb471a15034bb90816e
tree6a4147bca1464e9054ee7ea267f0e23b161c8c62
parent3b0d2de0085f405382c9334fe2ea2b9894e0fc6b
Fixed off by one bug involving arrays initialized with a block of values.

For example.  int tmp[] = {0,0, 3, 3, 4};

Bug was reported by Kevin Abrams
19 files changed:
configure
src/Headers/cgrammar_tokens.h
src/Headers/llgrammar_gen.h
src/Headers/llgrammar_gen2.h
src/Headers/mtgrammar_tokens.h
src/Headers/signature_gen.h
src/cgrammar.c.der
src/constraintExpr.c
src/constraintGeneration.c
src/constraintResolve.c
src/functionClauseList.c
src/llgrammar.c.der
src/loopHeuristics.c
src/mtgrammar.c
src/mtgrammar.c.der
src/signature.c.der
test/moreBufferTests2.expect
test/moreBufferTests2/Makefile
test/moreBufferTests2/initBlock.c [new file with mode: 0644]
This page took 0.052742 seconds and 5 git commands to generate.