Up to [cvs.NetBSD.org] / src / tests / lib / libc / ssp
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.6 / (download) - annotate - [select for diffs], Sun Sep 23 17:22:25 2012 UTC (8 months ago) by joerg
Branch: MAIN
CVS Tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
tls-maxphys-nbase,
tls-maxphys-base,
agc-symver-base,
agc-symver,
HEAD
Changes since 1.5: +2 -3
lines
Diff to previous 1.5 (colored)
Update LLVM/Clang snapshot to r164464. This adopts the GCC options for the SSP parameters and a not-yet-default rewrite of SROA.
Revision 1.5 / (download) - annotate - [select for diffs], Wed Apr 4 10:59:48 2012 UTC (13 months, 2 weeks ago) by joerg
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
yamt-pagecache-base4
Branch point for: tls-maxphys
Changes since 1.4: +5 -2
lines
Diff to previous 1.4 (colored)
Disable new -Wstring-plus-int warning where needed for now. Adjust various places that add GCC-only options to check for the active compiler first.
Revision 1.4 / (download) - annotate - [select for diffs], Sun Jun 12 21:12:46 2011 UTC (23 months, 1 week ago) by plunky
Branch: MAIN
CVS Tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus
Branch point for: yamt-pagecache
Changes since 1.3: +4 -1
lines
Diff to previous 1.3 (colored)
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
Revision 1.3 / (download) - annotate - [select for diffs], Sun Jun 12 19:22:01 2011 UTC (23 months, 1 week ago) by plunky
Branch: MAIN
Changes since 1.2: +1 -3
lines
Diff to previous 1.2 (colored)
don't pass -fstack-protector for these, the tests are actually for the __*_chk functions included by -D_FORTIFY_SOURCE=2, and if the compiler provides additional protection, it can mask broken functions.. (none of the _chk functions will return or process any data if the length given is known to be larger than the buffer)
Revision 1.2 / (download) - annotate - [select for diffs], Sat Feb 26 02:41:33 2011 UTC (2 years, 2 months ago) by pgoyette
Branch: MAIN
CVS Tags: cherry-xenmp-base,
bouyer-quota2-nbase
Branch point for: cherry-xenmp
Changes since 1.1: +1 -2
lines
Diff to previous 1.1 (colored)
The ssp/raw test is useless. Remove it.
Revision 1.1 / (download) - annotate - [select for diffs], Mon Dec 27 02:04:19 2010 UTC (2 years, 4 months ago) by pgoyette
Branch: MAIN
CVS Tags: matt-mips64-premerge-20101231,
bouyer-quota2-base
Branch point for: bouyer-quota2
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.