You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used the Dockerfile, then compiled PHP using afl-clang/afl-clang++.
When attempting to run on the PHP interpreter (./PolyGlot/AFLplusplus/afl-fuzz -i PolyGlot/grammars/php/corpus/ -o out -- php), I get this:
afl-fuzz: /PolyGlot/srcs/internal/srcs/configuration.cpp:186: bool polyglot::config::Configuration::Init(std::string_view): Assertion `false' failed.
Aborted
Perhaps I am compiling PHP incorrectly?
The text was updated successfully, but these errors were encountered:
I used the Dockerfile, then compiled PHP using afl-clang/afl-clang++.
When attempting to run on the PHP interpreter (./PolyGlot/AFLplusplus/afl-fuzz -i PolyGlot/grammars/php/corpus/ -o out -- php), I get this:
afl-fuzz: /PolyGlot/srcs/internal/srcs/configuration.cpp:186: bool polyglot::config::Configuration::Init(std::string_view): Assertion `false' failed.
Aborted
Perhaps I am compiling PHP incorrectly?
The text was updated successfully, but these errors were encountered: