Cause reported close crash while fuzzing
This commit is contained in:
@@ -72,7 +72,8 @@ void test() {
|
|||||||
|
|
||||||
},
|
},
|
||||||
.close = [](auto *ws, int code, std::string_view message) {
|
.close = [](auto *ws, int code, std::string_view message) {
|
||||||
|
/* Cause reported crash */
|
||||||
|
ws->close();
|
||||||
}
|
}
|
||||||
}).ws<PerSocketData>("/*", {
|
}).ws<PerSocketData>("/*", {
|
||||||
/* Settings */
|
/* Settings */
|
||||||
|
|||||||
Reference in New Issue
Block a user