lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [patch #10333] Several improvements to fuzzing performance


From: J. Neuschäfer
Subject: [lwip-devel] [patch #10333] Several improvements to fuzzing performance
Date: Fri, 12 May 2023 15:18:30 -0400 (EDT)

Follow-up Comment #2, patch #10333 (project lwip):


> 0003: gives me this when starting:
> [-] Whoops, the target binary crashed suddenly, before receiving any input
>     from the fuzzer! Since it seems to be built with ASAN and you have a
>     restrictive memory limit configured, this is expected; please read
>     /usr/share/doc/afl/notes_for_asan.md for help. 

The issue here is described as in the error message: lwIP's fuzzing harness is
compiled with ASAN, which means it needs a lot of virtual address space
(terabytes on a 64-bit system), so it doesn't work under AFL's restrictive
memory limit. The solution (or workaround) is to launch afl-fuzz with "-m
none" (no memory limit) or a sufficiently large memory limit.


    _______________________________________________________

Reply to this item at:

  <https://savannah.nongnu.org/patch/?10333>

_______________________________________________
Message sent via Savannah
https://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]