delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1998/06/15/03:45:36

From: "Aleksey Kondratyev" <akondra AT no-spam-mv DOT ru>
Newsgroups: comp.os.msdos.djgpp
Subject: Re: strange SIGSEGV
Date: Mon, 15 Jun 1998 10:27:25 +0400
Organization: Middle Volga Communication service
Lines: 36
Message-ID: <6m2fk1$qut$1@simtel.ru>
References: <Pine DOT SUN DOT 3 DOT 91 DOT 980614173603 DOT 7282J-100000 AT is>
NNTP-Posting-Host: ppp13.usr.mv.ru
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp

> This sounds like you are accessing uninitialized memory.

Thank you for an idea. It was really my bug. A part of my code
was like the following simplified example in some very rare cases:

const n=10;
char *a=new char[n];
int i=0;char c=*a;
while (i<n) {
  <do something with c>
  c=a[++i];
}

The result was correct because a wrong value of 'c' was never used.

> >            Remove "no-spam-" when replying
>
> Please try to avoid the anti-spammed address in the first place,
> especially when asking for help.  It is a pain in the lower back to
> remove all those.

What exactly should I do for the sake of protecting my e-mail address
from spammers and avoiding inconvenience for the newsgroup readers?
In fact, my ISP is rather weak and limits total personal e-mail size to
200Kb/month (both sent and received messages).
Exceeding this limit is rather expensive while I do not like to pay for
SPAM.
----------------------------------------------------------------------
Aleksey Kondratyev
Ph.D. student of Ulyanovsk state University, Russia
http://www.mv.ru/~akondra
E-mail akondra AT mmf DOT univ DOT simbirsk DOT su
           akondra AT no-spam-mv DOT ru
           Remove "no-spam-" when replying


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019