cpprestsdk icon indicating copy to clipboard operation
cpprestsdk copied to clipboard

http_request::extract_json() crashes if malformed JSON is provided.

Open Wolftein opened this issue 2 years ago • 1 comments

OS: Ubuntu 20.04.2 Compiler: GCC 9.4.0

Example

{
    "user_id": 1,sasd123
    "post_id": 16
}

Wolftein avatar Mar 09 '22 03:03 Wolftein