~ubuntu-branches/debian/squeeze/ntp/squeeze-201010051545

« back to all changes in this revision

Viewing changes to html/build/hints/sun4

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2009-01-05 21:10:03 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090105211003-mh6zc3um4k1uhsj7
Tags: 1:4.2.4p4+dfsg-8
It did not properly check the return value of EVP_VerifyFinal
which results in an malformed DSA signature being treated as
a good signature rather than as an error.  (CVE-2009-0021)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Notes on CPU clock oscillator tolerance with SunOS 4.1.1 and 4.1.3
 
2
 
 
3
A bug in SunOS 4.1.1 results in the kernel time losing 1 microsecond
 
4
per tick of the system clock. The bug was fixed (bugid 1094383) for
 
5
SunOS 4.1.1 and corrected in SunOS 4.1.3. The easiest way to fix this
 
6
is to replace the 4.1.1 binary clock.o with the corresponding 4.1.3
 
7
binary. Without this change it is necessary to use the tickadj program
 
8
included in this distribution with the -t 9999 option.
 
9
 
 
10
The tickadj option will work in all cases except when the kernel has
 
11
been modified to correct the CPU clock oscillator frequency using a
 
12
1-pps signal from a precision source. The bugfix must be installed for
 
13
this wrinkle to work properly.
 
14
 
 
15
Dave Mills (mills@udel.edu)