]> git.wh0rd.org Git - ICEs.git/blob - 131566/ice.i
initial import
[ICEs.git] / 131566 / ice.i
1 void func(char *inbuf)
2 {
3         unsigned int i;
4         unsigned short *setup;
5         unsigned int suwcnt = (unsigned)inbuf[63];
6         another_func(inbuf, *(unsigned short *)inbuf);
7         for (i = 0; i < suwcnt; i++)
8                 setup[i] = *(const unsigned short *)(inbuf + i * 2);
9 }