diff options
Diffstat (limited to 'net-im/micq/files/patch-ac')
-rw-r--r-- | net-im/micq/files/patch-ac | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net-im/micq/files/patch-ac b/net-im/micq/files/patch-ac new file mode 100644 index 000000000000..c01bc9202d4c --- /dev/null +++ b/net-im/micq/files/patch-ac @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- src/server.c 2002/04/05 09:53:54 1.1 ++++ src/server.c 2002/04/05 09:54:20 +@@ -134,7 +134,7 @@ + { + char buf[450]; + +- sprintf (buf, "%s\xFE%s", url, description); ++ snprintf (buf, sizeof(buf), "%s\xFE%s", url, description); + icq_sendmsg (sess, uin, buf, URL_MESS); + } + |