[Hotfix/replace_strcmp_to_strncmp...] Replaced strcmp to strncmp in http_read_status_message : If char* begin is not normally null - terminated, It crashes and emit SIGSEGV. #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "hotfix/replace_strcmp_to_strncmp_in_status_message_parse"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Replaced strcmp to strncmp in http_read_status_message .
If char* begin is not normally null - terminated, It crashes and emit SIGSEGV.