My bad... i mean xx_blah[256] ;) > On Fri, Nov 29, 2002 at 12:53:02PM -0000, Linux Mail Account wrote: >> This used to work... >> >> char xx_blah[255]; > ^^^ > Huh? > >> char *blah = xx_blah; >> >> for (int i = 0; i < 256; i++) > ^^^ > Oh oh! >> blah[i] = 0; >> >> It now segfaults. >> >> Any ideas? > > See above, > Corinna > > -- > Corinna Vinschen Please, send mails regarding Cygwin to > Cygwin Developer mailto:[EMAIL PROTECTED] > Red Hat, Inc. > > -- > 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/
-- 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/

