Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AndroidKernelMSM
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Werner Sembach
AndroidKernelMSM
Commits
09e8be69
Commit
09e8be69
authored
6 years ago
by
Werner Sembach
Browse files
Options
Downloads
Patches
Plain Diff
Prevent compiler optimization preventing exploitation
parent
e35436dc
Branches
android-msm-bullhead-3.10-nougat_klist
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
drivers/klist/klist.c
+1
-1
1 addition, 1 deletion
drivers/klist/klist.c
with
1 addition
and
1 deletion
drivers/klist/klist.c
+
1
−
1
View file @
09e8be69
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment