History log of /src/tests/lib/libc/ssp/h_raw.c |
Revision | | Date | Author | Comments |
1.6 |
| 24-Jul-2011 |
christos | make sum volatile to avoid printing
|
1.5 |
| 23-Jul-2011 |
martin | 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.
|
1.4 |
| 15-Jun-2011 |
plunky | branches: 1.4.2; gcc seems to pad small character arrays, use an array of ints
while here, make the poke function non-static, so that it doesnt get optimised away
|
1.3 |
| 12-Jun-2011 |
plunky | reinstate ssp:raw test, slightly differently.. this one is built with -fstack-protector-all and tests that the compiler built in stack protection works, by poking directly outside the buffer
|
1.2 |
| 26-Feb-2011 |
pgoyette | The ssp/raw test is useless. Remove it.
|
1.1 |
| 27-Dec-2010 |
pgoyette | branches: 1.1.2; Migrate the ssp tests from regress to atf.
Of the 17 tests, 4 fail in both the regress and atf style. 3 additional tests fails in atf that did NOT fail in regress: gets, fgets, and read. I will investigate why, and update when I can, but it is still useful to get these tests into the new format where they can be exercised.
|
1.1.2.1 |
| 05-Mar-2011 |
bouyer | Sync with HEAD
|
1.4.2.2 |
| 23-Jun-2011 |
cherry | Catchup with rmind-uvmplock merge.
|
1.4.2.1 |
| 15-Jun-2011 |
cherry | file h_raw.c was added on branch cherry-xenmp on 2011-06-23 14:20:39 +0000
|