ea8c4b91b5
The memset in the 'blow_up_stack' function can be optimized away as it is called in the end of the function on the buffer allocated on the stack (so it has 'no' effect on program execution) The 'stack_smasher' call can be optimized away as it's results isn't used anywhere and stack_smasher function has no visible side effects. Fix that by disabling optimization on these functions. Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> |
||
---|---|---|
.. | ||
exception | ||
message_capture |