GNOME Bugzilla – Bug 730358
gssdp-client: Use strncpy() instead of strcpy()
Last modified: 2019-02-22 09:30:06 UTC
Patch attached. I don't know if this issue is exploitable.
Created attachment 276746 [details] [review] gssdp-client: Use strncpy() instead of strcpy() Limit the length of the string copied so a malicious interface name cannot overwrite parts of the stack. Coverity issue: #60337
Review of attachment 276746 [details] [review]: +1
Attachment 276746 [details] pushed as 4c07f41 - gssdp-client: Use strncpy() instead of strcpy()