We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After running the code of ./configure && make check.
Response : tests/test_bind_ws_fuzzer.cpp: In function ‘int LLVMFuzzerTestOneInput(const uint8_t*, size_t)’: tests/test_bind_ws_fuzzer.cpp:44:41: error: ‘ZMQ_SERVER’ was not declared in this scope void *server = test_context_socket (ZMQ_SERVER); ^~~~~~~~~~ tests/test_bind_ws_fuzzer.cpp:44:41: note: suggested alternative: ‘ZMQ_CURVE’ void *server = test_context_socket (ZMQ_SERVER); ^~~~~~~~~~ ZMQ_CURVE tests/test_bind_ws_fuzzer.cpp:57:46: error: ‘ZMQ_CLIENT’ was not declared in this scope void *client_good = test_context_socket (ZMQ_CLIENT); ^~~~~~~~~~ tests/test_bind_ws_fuzzer.cpp:57:46: note: suggested alternative: ‘ZMQ_EVENTS’ void *client_good = test_context_socket (ZMQ_CLIENT);
The text was updated successfully, but these errors were encountered:
@MaoPann I'm afraid the build scripts for the examples are not well maintained :(
Sorry, something went wrong.
No branches or pull requests
After running the code of ./configure && make check.
Response :
tests/test_bind_ws_fuzzer.cpp: In function ‘int LLVMFuzzerTestOneInput(const uint8_t*, size_t)’:
tests/test_bind_ws_fuzzer.cpp:44:41: error: ‘ZMQ_SERVER’ was not declared in this scope
void *server = test_context_socket (ZMQ_SERVER);
^~~~~~~~~~
tests/test_bind_ws_fuzzer.cpp:44:41: note: suggested alternative: ‘ZMQ_CURVE’
void *server = test_context_socket (ZMQ_SERVER);
^~~~~~~~~~
ZMQ_CURVE
tests/test_bind_ws_fuzzer.cpp:57:46: error: ‘ZMQ_CLIENT’ was not declared in this scope
void *client_good = test_context_socket (ZMQ_CLIENT);
^~~~~~~~~~
tests/test_bind_ws_fuzzer.cpp:57:46: note: suggested alternative: ‘ZMQ_EVENTS’
void *client_good = test_context_socket (ZMQ_CLIENT);
The text was updated successfully, but these errors were encountered: