* Michal Zalewski <
lca...@gmail.com>, 2017-07-25, 12:06:
>>>[-] PROGRAM ABORT : Endless loop when calling 'as' (remove '.' from your
>>>PATH)
>>
>>Michal, could you make afl-as print actual directory where it resides (i.e.
>>dirname(argv[0]))
On a second thought, argv[0] wouldn't have the full path, so you'd have to do
readlink("/proc/self/exe", ...) or something. Meh, not worth the trouble.
>I'd be worried about telling people to remove /usr/bin/ from their path if
>that's where the AFL source somehow ended up =)
ACK.
--
Jakub Wilk