Vulnerability Development mailing list archives
problem with C and Gcc 2.95.3
From: Ale <hiolz () inwind it>
Date: Fri, 25 May 2001 21:19:50 +0200
I can't run this program:
include <stdio.h>
main () {
char buff[10];
int i;
for (i=0;i<10;i++){
buff[i]='.';
}
for (i=0;1<10;i++){
printf("%d",buff[i]);
}
}
The program return:
..........ÿ¿Hùÿ¿¾l@tùÿ¿|ùÿ¿tùÿ¿Hùÿ¿l(@
tùÿ¿¨k@xö@Aðtùÿ¿À¤@lùÿ¿0.@»úÿ¿¿úÿ¿Ðúÿ¿úúÿ¿
ûÿ¿(ûÿ¿Pûÿ¿cûÿ¿
ûÿ¿ûÿ¿©ûÿ¿»ûÿ¿Çûÿ¿Ðûÿ¿êûÿ¿ôûÿ¿Òýÿ¿Ýýÿ¿þýÿ¿-þÿ¿Gþÿ¿\þÿ¿iþÿ¿}þÿ¿
þÿ¿þÿ¿þÿ¿©þÿ¿¶þÿ¿¾þÿ¿Êþÿ¿
ÿÿ¿ÿÿ¿/ÿÿ¿=ÿÿ¿Kÿÿ¿\ÿÿ¿jÿÿ¿uÿÿ¿ÿÿ¿²ÿÿ¿Áÿÿ¿Ðÿÿ¿äÿÿ¿òÿÿ¿4 @
ÿù¶úÿ¿i686./5PWD=/root/prg/myLTDL_LIBRARY_PATH=/root/.kde/lib:/usr/libLC_MESSAGES=itHOSTNAME=localhost.localdomainLD_LIBRARY_PATH=/root/.kde/lib:/usr/libLESSKEY=/etc/.lessLESSOPEN=|/usr/bin/lesspipe.sh
%sLANGUAGE=it_IT:itENV=/root/.bashrcPS1=[\u@\h \W]\$
KDEDIR=/usrLESS=-MMBROWSER=/usr/bin/netscapeUSER=rootLS_COLORS=no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=01;32:*.cmd=01;32:*.exe=01;32:*.com=01;32:*.btm=01;32:*.bat=01;32:*.tar=01;31:*.tgz=01;31:*.tbz2=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.Segmentation
fault (core dumped)
I have compiled this with gcc version 2.95.3
It's a bug ?
Current thread:
- problem with C and Gcc 2.95.3 Ale (May 25)
- Re: problem with C and Gcc 2.95.3 Yuri Polyansky (May 26)
- Re: problem with C and Gcc 2.95.3 Doru Petrescu (May 26)
- Re: problem with C and Gcc 2.95.3 Blue Boar (May 26)
- Re: problem with C and Gcc 2.95.3 Jeroen Latour (May 26)
- Re: problem with C and Gcc 2.95.3 Riley Hassell (May 26)
- Re: problem with C and Gcc 2.95.3 Blue Boar (May 26)
