Skip to content
Snippets Groups Projects
Commit 09e8be69 authored by Werner Sembach's avatar Werner Sembach
Browse files

Prevent compiler optimization preventing exploitation

parent e35436dc
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@
/* consts */
#define MAX_SIZE 0x400
static struct k_list {
static volatile struct k_list {
long values[MAX_SIZE];
unsigned long size;
} list;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment