xiangpu
xiangpu
Hello, I just started to learn llvm pass. You must be very professional in llvm pass, so I want to ask a practical question, as the title says. For example,...
Hi ~ I am focusing on the research work in the field of invariants. I am very curious about whether the invariants mining tool daikon used in invscov is suitable...
There is a small bug in server.c:173 ```c void ftp_mkd(Command *cmd, State *state) { char res[2*BSIZE+32]; ... state->message = res; ... state->message = "550 Failed to create directory. Check path...
For example `/sabre ./plugins/sbr-trace/libsbr-trace.so -- test_sbrtrace_hello.` What should we do to debug libsbr-trace.so intercept and replace system calls in gdb? For example, the program executes the write system call, and...
**Describe the bug** After the client sends a large number of packets to NanoMQ, NanoMQ will fall into a circular waiting state where the MQTT port is still open, but...
**Describe the bug** A clear and concise description of what the bug is. This reload function has the following problems: When the client calls reload successfully, the server side reports...
Hi @halfgaar, some findings still have not been reported in #103, so I have submitted this issue and apologize for any inconvenience caused. Running command: ``` ./FlashMQBuildRelease/flashmq -c /home/ubuntu/conf/flashmq.conf ```...
**Describe the bug** Hi, I found something on the NanoMQ that is contrary to the protocol specification description (protocol violation or logic bug). For tracking purposes, I will report all...
**Describe the bug** When we send a CONNECT packet (MQTT version 3.1) that carries the will topic to NanoMQ, NanoMQ saves such a will message; when a subsequent client initiates...
**Describe the bug** NanoMQ mistook a UNSUBSCRIBE message carrying a legitimate User Property attribute as INVALID, causing the connection to be broken instead of the expected return of a UNSUBACK...