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. -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html