mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-14 11:08:06 +00:00
minor changes
This commit is contained in:
@ -172,7 +172,7 @@ for i in `find . -maxdepth 2 -iname fuzzer_stats | sort`; do
|
|||||||
TOTAL_PENDING=$((TOTAL_PENDING + pending_total))
|
TOTAL_PENDING=$((TOTAL_PENDING + pending_total))
|
||||||
TOTAL_PFAV=$((TOTAL_PFAV + pending_favs))
|
TOTAL_PFAV=$((TOTAL_PFAV + pending_favs))
|
||||||
|
|
||||||
if [ "$last_path" -gt "$TOTAL_LAST_PATH" ]; then
|
if [ "$last_path" -gt "$TOTAL_LAST_PATH" ]; then
|
||||||
TOTAL_LAST_PATH=$last_path
|
TOTAL_LAST_PATH=$last_path
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -391,7 +391,7 @@ void read_testcases(afl_state_t *afl) {
|
|||||||
|
|
||||||
if (!S_ISREG(st.st_mode) || !st.st_size || strstr(fn2, "/README.txt")) {
|
if (!S_ISREG(st.st_mode) || !st.st_size || strstr(fn2, "/README.txt")) {
|
||||||
|
|
||||||
free(fn2);
|
ck_free(fn2);
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user