Jdesk / memcached

Automatically exported from code.google.com/p/memcached
0 stars 0 forks source link

OpenBSD warns of misused string functions #64

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
/home/buildbot/buildbot/memcached/mc-openbsd45-amd64/build/memcached.c:3675: 
warning:
strcpy() is almost always misused, please use strlcpy()
/home/buildbot/buildbot/memcached/mc-openbsd45-amd64/build/memcached.c:1286: 
warning:
sprintf() is often misused, please use snprintf()
/home/buildbot/buildbot/memcached/mc-openbsd45-amd64/build/memcached.c:3675: 
warning:
strcpy() is almost always misused, please use strlcpy()
/home/buildbot/buildbot/memcached/mc-openbsd45-amd64/build/memcached.c:1286: 
warning:
sprintf() is often misused, please use snprintf()
/home/buildbot/buildbot/memcached/mc-openbsd45-amd64/build/testapp.c:236:
warning: sprintf() is often misused, please use snprintf()

Original issue reported on code.google.com by dsalli...@gmail.com on 15 Jul 2009 at 3:42

GoogleCodeExporter commented 9 years ago
All of these are cleaned up.

Original comment by dsalli...@gmail.com on 19 Aug 2009 at 10:50