http://bugs.winehq.org/show_bug.cgi?id=18053
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID
--- Comment #4 from Dmitry Timoshkov dmitry@codeweavers.com 2009-04-16 00:54:59 ---
: 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()
The complier messages above are at least misleading ("almost always", that's at least a funny statement), and expect a "cover everything" action. That's not the policy for Wine bugs when each case should be investigated and treat separately.