aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/filst/sc-bad-write.c
Commit message (Collapse)AuthorAge
* Fixed compilation error of sc-bad-write in GCC 7.4.Filip Strömbäck2018-04-12
| | | | Signed-off-by: Filip Strömbäck <filip.stromback@liu.se>
* Fixed sc-bad-write once again...Filip Strömbäck2016-05-24
| | | | | | | | | | | It seems that the BSS segment got larger than one page for some reason, which caused the test to be useless as the boundary to nonmapped memory were not located where the test thought. Now, it uses some linker script magic to define the symbol _bss_end, the address of which is after the end of the bss segment. This seems to be a fool-proof way of detecting where the real boundary to unmapped memory is. Signed-off-by: Filip Strömbäck <filip.stromback@liu.se>
* Fixed sc-bad-write test to be more precise.Filip Strömbäck2016-05-18
| | | | Signed-off-by: Filip Strömbäck <filip.stromback@liu.se>
* Fix up exec-corrupt to accept exit(-1) anywhere, make sc-bad-write reserve ↵Anton S2016-05-17
| | | | space for 3 parameters instead of 4
* Added test for correct parameters to SYS_WRITE.Filip Stromback2016-05-04
Signed-off-by: Filip Strömbäck <filip.stromback@liu.se>