]> git.pld-linux.org Git - packages/ntp.git/blob - ntp-vsnprintf.patch
- client subpackage conflicts with ntp < 4.2.0-3
[packages/ntp.git] / ntp-vsnprintf.patch
1 --- ntp-4.0.99j/libntp/msyslog.c.vsnprintf      Wed Aug 23 13:04:18 2000
2 +++ ntp-4.0.99j/libntp/msyslog.c        Wed Aug 23 13:06:05 2000
3 @@ -126,6 +126,7 @@
4         *n = '\0';
5  
6         vsnprintf(buf, sizeof(buf), nfmt, ap);
7 +       buf[sizeof(buf)-1] = '\0';
8  #if !defined(VMS) && !defined (SYS_VXWORKS)
9         if (syslogit)
10  #ifndef SYS_WINNT
This page took 0.022295 seconds and 3 git commands to generate.