http://bugs.winehq.org/show_bug.cgi?id=18053
Summary: Unsafe function warnings on OpenBSD Product: Wine Version: 1.1.19 Platform: PC OS/Version: OpenBSD Status: NEW Keywords: download, source Severity: enhancement Priority: P2 Component: build-env AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
Created an attachment (id=20449) --> (http://bugs.winehq.org/attachment.cgi?id=20449) make log
: warning: strcpy() is almost always misused, please use strlcpy() : warning: strcat() is almost always misused, please use strlcat() : warning: sprintf() is often misused, please use snprintf()
42 warnings total. It's not showing it for every use, so these probably are worth checking.
Make log attached.