Ruslan

Results 3 issues of Ruslan

В коде exact.hpp есть функция void negate(exact_t& e) { negate(&e[0], &e[e.size()]); } Разве тут не должно быть e.begin() и e.end() void negate(exact_t& e) { negate(e.begin(), e.end()); } или я ошибаюсь...

tls: failed to verify certificate: x509: certificate is valid for ingress.local, not mywtbsite.com fatal error: all goroutines are asleep - deadlock! goroutine 1 [select]: github.com/cerberauth/vulnapi/scan/discover.ScanURLs({0xc000253b08, 0x37, 0x47}, 0xc0002f0240, 0xc00048a2a0, 0xc0002f30e0,...

bug
good first issue

Maybe need fix its warnings? Okay, here is the full text of your MSBuild output, translated into English: C:\Users\RuslanS\winafl\build64>cmake --build . --config Release Microsoft (R) Build Engine Version 17.14.23+b0019275e for...