mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-10 09:11:34 +00:00
nits
This commit is contained in:
parent
765f3e5169
commit
070c9923e2
@ -20,7 +20,8 @@ guint64 util_read_address(char *key) {
|
||||
|
||||
if (!g_ascii_isxdigit(*c)) {
|
||||
|
||||
FATAL("Invalid address not formed of hex digits: %s ('%c')\n", value_str, *c);
|
||||
FATAL("Invalid address not formed of hex digits: %s ('%c')\n", value_str,
|
||||
*c);
|
||||
|
||||
}
|
||||
|
||||
|
@ -70,7 +70,6 @@ static void __afl_map_shm(void) {
|
||||
char *id_str = getenv(SHM_ENV_VAR);
|
||||
char *ptr;
|
||||
|
||||
|
||||
/* NOTE TODO BUG FIXME: if you want to supply a variable sized map then
|
||||
uncomment the following: */
|
||||
|
||||
@ -81,6 +80,7 @@ static void __afl_map_shm(void) {
|
||||
if (val > 0) __afl_map_size = val;
|
||||
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
if (__afl_map_size > MAP_SIZE) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user