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

« back to all changes in this revision

Viewing changes to ElectricFence/Makefile.am

  • 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
 
# Harlan Stenn <stenn@whimsy.udel.edu>
2
 
# Converted the original Makefile (now in Makefile-) to Makefile.am
3
 
# in July of '00
4
 
 
5
 
EXTRA_DIST = libefence.3 CHANGES
6
 
libefence_a_SOURCES = efence.h efence.c page.c print.c
7
 
check_PROGRAMS = @EF_PROGS@
8
 
EXTRA_PROGRAMS = eftest tstheap
9
 
# TESTS = eftest tstheap
10
 
noinst_LIBRARIES = @EF_LIBS@
11
 
EXTRA_LIBRARIES = libefence.a
12
 
LDADD = libefence.a
13
 
 
14
 
# Un-comment the following if you are running HP/UX.
15
 
# CFLAGS= -Aa -g -D_HPUX_SOURCE -DPAGE_PROTECTION_VIOLATED_SIGNAL=SIGBUS
16
 
 
17
 
# Un-comment the following if you are running AIX. This makes sure you won't
18
 
# get the shared-library malloc() rather than the Electric Fence malloc().
19
 
# COMPILE THE PROGRAMS YOU ARE DEBUGGING WITH THESE FLAGS, TOO.
20
 
# CFLAGS= -g -bnso -bnodelcsect -bI:/lib/syscalls.exp
21
 
 
22
 
# Un-comment the following if you are running SunOS 4.X
23
 
# Note the definition of PAGE_PROTECTION_VIOLATED_SIGNAL. This may vary
24
 
# depend on what version of Sun hardware you have.
25
 
# You'll probably have to link the program you are debugging with -Bstatic
26
 
# as well if using Sun's compiler, -static if using GCC.
27
 
# CFLAGS= -g -Bstatic -DPAGE_PROTECTION_VIOLATED_SIGNAL=SIGBUS
28
 
 
29
 
check-local:
30
 
        test ! -f eftest  || ./eftest
31
 
        test ! -f tstheap || ./tstheap 3072