genode/repos/base/src/test
Alexander Boettcher 9b21c88bc6 base: handle unsupported printf commands better
The commit consumes the argument of a unsupported printf command.

Without the commit - a subsequent command uses the argument of the preceding
command, which may cause memory corruption or page faults for sequences using
string commands, e.g.

Genode::printf("%#x %s\n", 0x20, "Test");

'#' is not supported by Genode::printf. In this scenario a pagefault at
address 0x20 is caused.

Fixes #1701
2015-09-30 12:20:38 +02:00
..
ada Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
affinity Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
ds_ownership Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
fpu base: test for the pseudo-parallel use of an FPU 2014-06-26 10:57:25 +02:00
mp_server Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
new_delete base: const-correctness of Allocator interface 2015-04-17 16:13:22 +02:00
printf base: handle unsupported printf commands better 2015-09-30 12:20:38 +02:00
rm_fault base: make PD session upgradeable 2015-05-26 09:40:02 +02:00
rm_nested Log name of exiting child from Child::exit() 2014-09-11 10:23:39 +02:00
segfault Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
sub_rm Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
thread hw: increase stack size for thread test 2015-09-09 15:14:27 +02:00
util_mmio Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
weak_ptr base: extend weak pointer test (Ref #1607) 2015-07-07 19:48:06 +02:00