mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 06:00:30 -04:00
14 lines
299 B
Text
14 lines
299 B
Text
|
|
$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);
|
|
}
|
|
|