mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 11:28:08 +00:00
code format
This commit is contained in:
@ -96,7 +96,8 @@ int listen(int sockfd, int backlog) {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int setsockopt(int sockfd, int level, int optid, const void *optdata, socklen_t optdatalen) {
|
int setsockopt(int sockfd, int level, int optid, const void *optdata,
|
||||||
|
socklen_t optdatalen) {
|
||||||
|
|
||||||
(void)sockfd;
|
(void)sockfd;
|
||||||
(void)level;
|
(void)level;
|
||||||
@ -104,4 +105,6 @@ int setsockopt(int sockfd, int level, int optid, const void *optdata, socklen_t
|
|||||||
(void)optdata;
|
(void)optdata;
|
||||||
(void)optdatalen;
|
(void)optdatalen;
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -346,8 +346,10 @@ u8 trim_case_python(char** argv, struct queue_entry* q, u8* in_buf) {
|
|||||||
++trim_execs;
|
++trim_execs;
|
||||||
|
|
||||||
if (stop_soon || fault == FAULT_ERROR) {
|
if (stop_soon || fault == FAULT_ERROR) {
|
||||||
|
|
||||||
free(retbuf);
|
free(retbuf);
|
||||||
goto abort_trimming;
|
goto abort_trimming;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
cksum = hash32(trace_bits, MAP_SIZE, HASH_CONST);
|
cksum = hash32(trace_bits, MAP_SIZE, HASH_CONST);
|
||||||
|
Reference in New Issue
Block a user