On Mon, Jun 19, 2006 at 09:13:15PM +0900, YONETANI Tomokazu wrote: > I have almost zero knowledge of how stack protector works, but > does it only care about char array of size greater than 8 bytes > (8 bytes was ok)? I also tried int[] and double[], but none of them > did it.
Hm. Could be a bug in the reordering done for character arrays only. If you can create a smaller testcase, we can bug Etoh about it :-) Joerg
