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

« back to all changes in this revision

Viewing changes to html/build/hints/decosf2

  • 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
Problems with DEC OSF/1 V2.0
 
2
 
 
3
Compilation using gcc fails with ntp_config.c. The problem is an apparent
 
4
error in the /usr/include/sys/procset.h and /usr/include/sys/wait.h
 
5
include files.
 
6
 
 
7
cowbird:/usr/include/sys# diff -c wait.h.orig wait.h
 
8
*** wait.h.orig Tue Feb 22 02:41:38 1994
 
9
--- wait.h      Thu Aug 25 14:52:57 1994
 
10
***************
 
11
*** 298,304 ****
 
12
  #else
 
13
  
 
14
  _BEGIN_CPLUSPLUS
 
15
! extern int waitid(idtype_t, id_t, siginfo_t *, int);
 
16
  _END_CPLUSPLUS
 
17
  #endif /* _NO_PROTO */
 
18
  
 
19
--- 298,304 ----
 
20
  #else
 
21
  
 
22
  _BEGIN_CPLUSPLUS
 
23
! extern int waitid(idtype_t, pid_t, siginfo_t *, int);
 
24
  _END_CPLUSPLUS
 
25
  #endif /* _NO_PROTO */
 
26
 
 
27
cowbird:/usr/include/sys# diff -c procset.h.orig procset.h
 
28
*** procset.h.orig      Tue Feb 22 02:41:44 1994
 
29
--- procset.h   Thu Aug 25 14:43:52 1994
 
30
***************
 
31
*** 86,95 ****
 
32
                                 */
 
33
  
 
34
        idtype_t p_lidtype;     /* The id type for the left set. */
 
35
!       id_t p_lid;             /* The id for the left set. */
 
36
  
 
37
        idtype_t p_ridtype;     /* The id type of for right set. */
 
38
!       id_t p_rid;             /* The id of the right set. */
 
39
  } procset_t;
 
40
  
 
41
  
 
42
--- 86,95 ----
 
43
                                 */
 
44
  
 
45
        idtype_t p_lidtype;     /* The id type for the left set. */
 
46
!       pid_t p_lid;            /* The id for the left set. */
 
47
  
 
48
        idtype_t p_ridtype;     /* The id type of for right set. */
 
49
!       pid_t p_rid;            /* The id of the right set. */
 
50
  } procset_t;
 
51
 
 
52
Also, if using gcc from the freeware disk, either replace syscall.h
 
53
in the directory /usr/local/lib/gcc-lib/alpha-dec-osf1/2.3.3/include
 
54
or replace with a link to /usr/include/sys/syscall.h.