Re: Exim buffer overruns [was Re: Hoo boy...]

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Warner Losh
Fecha:  
A: Lee McLoughlin
Cc: Exim Mailing List
Asunto: Re: Exim buffer overruns [was Re: Hoo boy...]
In message <33D52E58.4C265C03@???> Lee McLoughlin writes:
: There are some C library routines that do the same job. Thats what
: emacs uses.

Well, the alloca that comes with emacs "works" for some definition of
working. Basically, what it tries to do is have a simplified gc when
someone wants to alloca a new chunk. Approx the same thing, but not
quite, since it consumes stack space.

Warner