mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 13:10:31 -04:00
11 lines
293 B
Text
11 lines
293 B
Text
--- sendmsg.c.orig Tue Jan 23 11:49:05 2001
|
|
+++ sendmsg.c Wed Jan 24 22:02:47 2001
|
|
@@ -977,7 +977,7 @@
|
|
{
|
|
char buf[450];
|
|
|
|
- sprintf( buf, "%s\xFE%s", url, description );
|
|
+ snprintf( buf, sizeof(buf), "%s\xFE%s", url, description );
|
|
icq_sendmsg( sok, uin, buf, URL_MESS );
|
|
}
|
|
|