mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 02:28:09 +00:00
Merge pull request #108 from devnexen/radamsa_mutator_upd
libradamsa forgotten possible undefined symbol.
This commit is contained in:
3
src/third_party/libradamsa/libradamsa.c
vendored
3
src/third_party/libradamsa/libradamsa.c
vendored
@ -1864,6 +1864,9 @@ static const unsigned char heap[] = {2,3,4,105,111,116,97,2,3,7,112,97,116,116,1
|
|||||||
#ifndef O_RSYNC
|
#ifndef O_RSYNC
|
||||||
#define O_RSYNC 0
|
#define O_RSYNC 0
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef O_DSYNC
|
||||||
|
#define O_DSYNC 0
|
||||||
|
#endif
|
||||||
#ifndef O_SEARCH
|
#ifndef O_SEARCH
|
||||||
#define O_SEARCH 0
|
#define O_SEARCH 0
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user