Re: [PATCH] nextfd(2)

From: KOSAKI Motohiro
Date: Wed Apr 04 2012 - 12:38:24 EST


(4/4/12 4:51 AM), Ulrich Drepper wrote:
On Mon, Apr 2, 2012 at 19:56, H. Peter Anvin<hpa@xxxxxxxxx> wrote:

You can deal with this in one of two ways:

2. Fix your malloc().
1. Use the low level open()/getdents()/close() functions instead of
opendir()/readdir()/closedir().

And if their is concern about using opendir() then we can add
something to posix_spawn. And attribute like POSIX_SPAWN_CLOSEALL and
you then would have to explicitly add dup and open requests for the
descriptors you want to have open.

As far as I understand, any major open source project don't use posix_spawn().
Please remind, I'm talking about real world issue.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/