Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AFLplusplus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Ulf Kargén
AFLplusplus
Commits
0bd1264f
Commit
0bd1264f
authored
5 years ago
by
Dominik Maier
Browse files
Options
Downloads
Patches
Plain Diff
headers for clang-tidy
parent
49753eb2
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
include/android-ashmem.h
+4
-0
4 additions, 0 deletions
include/android-ashmem.h
include/forkserver.h
+1
-0
1 addition, 0 deletions
include/forkserver.h
include/sharedmem.h
+2
-0
2 additions, 0 deletions
include/sharedmem.h
with
7 additions
and
0 deletions
include/android-ashmem.h
+
4
−
0
View file @
0bd1264f
...
@@ -26,6 +26,8 @@
...
@@ -26,6 +26,8 @@
#ifndef _ANDROID_ASHMEM_H
#ifndef _ANDROID_ASHMEM_H
#define _ANDROID_ASHMEM_H
#define _ANDROID_ASHMEM_H
#ifdef __ANDROID__
#include
<fcntl.h>
#include
<fcntl.h>
#include
<linux/shm.h>
#include
<linux/shm.h>
#include
<linux/ashmem.h>
#include
<linux/ashmem.h>
...
@@ -103,5 +105,7 @@ static inline void *shmat(int __shmid, const void *__shmaddr, int __shmflg) {
...
@@ -103,5 +105,7 @@ static inline void *shmat(int __shmid, const void *__shmaddr, int __shmflg) {
}
}
#endif
/* __ANDROID__ */
#endif
#endif
This diff is collapsed.
Click to expand it.
include/forkserver.h
+
1
−
0
View file @
0bd1264f
...
@@ -31,6 +31,7 @@
...
@@ -31,6 +31,7 @@
#include
<stdio.h>
#include
<stdio.h>
#include
<stdbool.h>
#include
<stdbool.h>
#include
"types.h"
typedef
struct
afl_forkserver
{
typedef
struct
afl_forkserver
{
/* a program that includes afl-forkserver needs to define these */
/* a program that includes afl-forkserver needs to define these */
...
...
This diff is collapsed.
Click to expand it.
include/sharedmem.h
+
2
−
0
View file @
0bd1264f
...
@@ -28,6 +28,8 @@
...
@@ -28,6 +28,8 @@
#ifndef __AFL_SHAREDMEM_H
#ifndef __AFL_SHAREDMEM_H
#define __AFL_SHAREDMEM_H
#define __AFL_SHAREDMEM_H
#include
"types.h"
typedef
struct
sharedmem
{
typedef
struct
sharedmem
{
// extern unsigned char *trace_bits;
// extern unsigned char *trace_bits;
...
...
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