Christos Zoulas <chris...@netbsd.org> writes:

> Modified Files:
>       src/sys/kern: kern_exec.c
>
> Log Message:
> fix fae free'ing, from enami.

The fa->len in the posix_spawn_fa_free() might no longer be equal to the
value used when fa->fae is allocated.  So you can't use it as is.

That's why I said 'original fa->len' in the last mail.  

enami.

Reply via email to