::
Re: [DNG] "Common knowledge?"-quest…
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
Este mensaje es parte del siguiente hilo:
El árbol completo de hilos, ordenados por fecha
Rainer Weikusat, mensaje del
2016-01-23 17:28
Didier Kryn, mensaje del
2016-01-23 17:59
Autor:
Rainer Weikusat
Fecha:
2016-01-23 17:36
UTC
A:
dng
Asunto:
Re: [DNG] "Common knowledge?"-question
Peter Olson <peabo@???> writes:
5>> On January 22, 2016 at 4:34 PM Rainer Weikusat <rainerweikusat@???> wrote:
[...]
>> p = buf = alloca(total);
[...]
> the failure mode of alloca is SIGSEGV or some other malfunction and
> there is no way to test for it
It's supposed to allocate memory in the current stack frame which will
work unless the stack has already grown to the limit.