<<On Sun, 12 May 2002 23:27:42 +0200, Poul-Henning Kamp <[EMAIL PROTECTED]> said:

> The correct solution is probably to set a flag in the signal handler
> and resize the buffer before the next line is read.

Or, somewhat less optimally, to block SIGWINCH (and any other signals
with similar handler behavior) around calls to malloc and free.  This
is still not *correct*, mind you, but will make the condition less
likely.

-GAWollman


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to