bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Steinar H. Gunderson] Bug#260468: make: reads uninitialized memory


From: Manoj Srivastava
Subject: [Steinar H. Gunderson] Bug#260468: make: reads uninitialized memory
Date: Thu, 22 Jul 2004 12:32:47 -0500
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) (i686-pc-linux-gnu)

Hi,

        The following was reported by a Debian user. It is a simple
 fix, and seems correct.

        manoj

--- Begin Message --- Subject: Bug#260468: make: reads uninitialized memory Date: Tue, 20 Jul 2004 21:05:42 +0200
Package: make
Version: 3.80-8
Severity: normal
Tags: patch

make checks at several places "v->special" (where v is a "struct
variable"), but never seems to set this bit to 0. I haven't seen this
give actual errors anywhere, but it cropped up as valgrind hits while
trying to debug a makefile (the makefile was wrong, not make, though :-)
).

The included patch explicitly sets v->special to 0 at initialization
time, which fixes the valgrind hits.


-- System Information:
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.6
Locale: LANG=C, LC_CTYPE=en_US.ISO8859-1

Versions of packages make depends on:
ii  libc6                       2.3.2.ds1-13 GNU C Library: Shared libraries an

-- no debconf information

Attachment: make-3.80-fix-valgrind-hits.patch
Description: Text document


--- End Message ---

-- 
I've got a COUSIN who works in the GARMENT DISTRICT ...
Manoj Srivastava   <address@hidden>  <http://www.debian.org/%7Esrivasta/>
1024R/C7261095 print CB D9 F4 12 68 07 E4 05  CC 2D 27 12 1D F5 E8 6E
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C

reply via email to

[Prev in Thread] Current Thread [Next in Thread]