mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
committed by
Christian Helmuth
parent
e9fcbace61
commit
02afb04b7d
@@ -23,7 +23,7 @@ void Component::construct(Genode::Env &env)
|
|||||||
|
|
||||||
/* test array out-of-bounds access detection */
|
/* test array out-of-bounds access detection */
|
||||||
|
|
||||||
int array[1];
|
int array[1] = { 0 };
|
||||||
int volatile i = 2;
|
int volatile i = 2;
|
||||||
Genode::log("array[", i, "] = ", array[i]);
|
Genode::log("array[", i, "] = ", array[i]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user