Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/kern



Christos Zoulas <christos%NetBSD.org@localhost> 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.


Home | Main Index | Thread Index | Old Index