Bug#682895: another example of memory corruption

2014-05-04 Thread Manoj Srivastava
Hi,

Trying the second reproduction  recipe with make 4.0 seems to
 indicate thi problem has gone away:
--8---cut here---start-8---
__ make VAR=q all
echo q
q
__ make VAR=q all
echo q
q
__ make VAR=q all
echo q
q
__ make VAR=q all
echo q
q
__ cat makefile

test: VAR?=*
all:
echo $(VAR)
--8---cut here---end---8---
manoj
-- 
We have ways to make you scream.  Intel advertisement, in the June
1989 Doctor Dobbs Journal
Manoj Srivastava sriva...@acm.org http://www.golden-gryphon.com/  
4096R/C5779A1C E37E 5EC5 2A01 DA25 AD20  05B6 CF48 9438 C577 9A1C


signature.asc
Description: PGP signature


Bug#682895: another example of memory corruption

2012-11-19 Thread Boris Savelev
Hello!

Another example of memory corruption with make in wheezy.
ii  make 3.81-8.2 i386
ii  libc-bin 2.13-35

$ cat Makefile
test: VAR?=*
all:
echo $(VAR)

$ make VAR=q all
echo HH1
HH1

$ make VAR=q all
echo H��
H��

$ make VAR=q all
echo Hx�
Hx�


-- 
Boris


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org