fix data overflow with init_putv
commit7c3f19c079afcea8c07e571dd07f7ef03de86b8e
authorgrischka <grischka>
Tue, 2 Dec 2008 01:34:58 +0000 (2 02:34 +0100)
committergrischka <grischka>
Tue, 2 Dec 2008 01:36:27 +0000 (2 02:36 +0100)
tree4579389e14edf9bfb1e3e44f4d6b20368da8ed7c
parentaa8d22e38ef83c097b7ff7c13926d583d65b7be1
fix data overflow with init_putv

The simplest code to reproduce this bug seems to be
    int a[][] = {{1,1,1,1,1,1,1}};
tcc.c