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