Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <00cc01c1a4da$b0c375b0$16c008d5@amosjx3m6o4w1v> From: "Amos" To: "egor duda" References: <009a01c1a4d7$217b30d0$16c008d5 AT amosjx3m6o4w1v> <149181594168 DOT 20020124161716 AT logos-m DOT ru> Subject: Re: STATUS+AF8-ACCESS+AF8-VIOLATION Exception Date: Thu, 24 Jan 2002 15:26:10 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Thanks Egor. Amos ----- Original Message ----- From: "egor duda" To: "Amos" Cc: Sent: Thursday, January 24, 2002 3:17 PM Subject: Re: STATUS+AF8-ACCESS+AF8-VIOLATION Exception > Hi! > > Thursday, 24 January, 2002 Amos tirtsab AT inter DOT net DOT il wrote: > > A> Any simple c program that uses a string function crashes with the > A> STATUS_ACCESS_VIOLATION exception. > > A> #include > A> main() > A> { char *abc = "a b c"; > A> strcpy(abc, "hello"); > A> printf("%s\n", abc); > A> } > > your program is incorrect. "a b c" string is a constant and can't be > overwritten. complier places it in read-only segment, hence the > exception in strcpy. Please refer to any C language manual for rules > of proper string manipulation. > > Egor. mailto:deo AT logos-m DOT ru ICQ 5165414 FidoNet 2:5020/496.19 > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/