mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 18:06:50 +00:00
parent
e9fcbace61
commit
02afb04b7d
@ -23,7 +23,7 @@ void Component::construct(Genode::Env &env)
|
||||
|
||||
/* test array out-of-bounds access detection */
|
||||
|
||||
int array[1];
|
||||
int array[1] = { 0 };
|
||||
int volatile i = 2;
|
||||
Genode::log("array[", i, "] = ", array[i]);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user