mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 17:06:32 -04:00
- Add DOCS Option - Support STAGEDIR, change DESTDIR - Change Desktop entry file - Disable all warnings with -w - Recreate patches with make makepatch Approved by: pawel / wg (mentors, implicit)
11 lines
306 B
C
11 lines
306 B
C
--- ./maclib/Mac_Resource.h.orig 1999-12-03 19:01:47.000000000 +0100
|
|
+++ ./maclib/Mac_Resource.h 2013-12-28 11:39:16.000000000 +0100
|
|
@@ -96,7 +96,7 @@
|
|
va_list ap;
|
|
|
|
va_start(ap, fmt);
|
|
- vsprintf(errbuf, fmt, ap);
|
|
+ vsnprintf(errbuf, sizeof(errbuf), fmt, ap);
|
|
va_end(ap);
|
|
errstr = errbuf;
|
|
}
|