Mike
Results
2
issues of
Mike
Hi, thank you for the great work. I've encountered a seg fault after registering a new uri. The issue seems to related to `memcpy` of `response_string`. I think the 3rd...
- Fix 3rd argument in memcpy to only copy the response string length or up to `kMaxBufferSize`. - Make sure `raw_response->buffer` is always null terminated.