Skip to content

Commit

Permalink
Add NanoMQ crash test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralight committed Sep 24, 2021
1 parent 9e28eea commit f7a57ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/broker/data/CONNECT.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@
{"type":"send", "payload":"10 17 00 04 4D515454 04 C2 000A 0001 70 0001 70 0005 746F700000"},
{"type":"recv", "payload":"20 02 00 00", "comment": "CONNACK"}
]},
{ "name": "duplicate CONNECT", "msgs":[{"type":"send", "payload":"10 0D 0004 4D515454 04 02 000A 0001 70", "comment":"minimal valid duplicate CONNECT"}]}
{ "name": "duplicate CONNECT", "msgs":[{"type":"send", "payload":"10 0D 0004 4D515454 04 02 000A 0001 70", "comment":"minimal valid duplicate CONNECT"}]},
{ "name": "NanoMQ CWE-119", "msgs":[{"type":"send", "payload":"10 07 0004 4D515454 04 C2 003C 000B 746573742D707974686F6E 0005 61646d696E 0008 70617373776F7264"}]}
]
},
{
Expand Down

0 comments on commit f7a57ad

Please sign in to comment.