On 8/9/13 1:29 AM, Mike Stump wrote:
> In the below, the test case tries to write to the stack outside the bounds of
> the s variable? I can't imagine any good coming from this, and indeed, would
> be nice for the compiler to complain about such code. If S had a few more
> bytes at the end, at
In the below, the test case tries to write to the stack outside the bounds of
the s variable? I can't imagine any good coming from this, and indeed, would
be nice for the compiler to complain about such code. If S had a few more
bytes at the end, at least the code would not be wildly bad.
Tho