crash protection

Matthias Andree matthias.andree at gmx.de
Sun Sep 7 00:09:30 CEST 2003


David Relson <relson at osagesoftware.com> writes:

> Rather than use longjmp() at all, why not call abort() and define our
> own?  It would be (roughly):
>
> void abort(void)
> {
>     close_wordlists(true);
>     exit(EX_ERROR);
> }

If that's the safe way out, we can go for it. However, I will not
override a libc name, but rather call it bf_abort(). I'll look into this
now.

-- 
Matthias Andree

Encrypt your mail: my GnuPG key ID is 0x052E7D95




More information about the bogofilter-dev mailing list