Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/tests/lib/libc/ssp



In article <20110723221743.B79A6175D0%cvs.netbsd.org@localhost>,
Martin Husemann <source-changes-d%NetBSD.org@localhost> wrote:
>-=-=-=-=-=-
>
>Module Name:   src
>Committed By:  martin
>Date:          Sat Jul 23 22:17:43 UTC 2011
>
>Modified Files:
>       src/tests/lib/libc/ssp: h_raw.c
>
>Log Message:
>gcc optimizes away the side effect free call to the "poke" function which
>is supposed to smash our stack in this test case.
>So: make it print out some dummy value based on the smashing changes.
>
>
Declare sum volatile instead?

christos



Home | Main Index | Thread Index | Old Index