Update of bug #17647 (project hurd):
Status: In Progress => Ready For Test
Assigned to:None => tschwinge
Summary: glibc: GCC 4.1 => glibc: GCC vs.
init-first.c
_
Hello,
I'm having a look at the setreuid code, and there's something I don't
understand:
newaux = _hurd_id.aux.uids;
naux = _hurd_id.aux.nuids;
if (ruid != -1)
{
if (_hurd_id.aux.nuids == 0)
{
newaux = &ruid;
naux = 1;
Hello,
I'm afraid I just can't afford spending time on taking part of the
details. I see that you are understanding each other, so it should be
fine.
Samuel
Sergio López, le Sat 08 Oct 2011 01:37:07 +0200, a écrit :
> Until then, I think an easy optimization like annotating if an object
> has been mmap'ed sometime in its lifetime to decide if poking pages is
> really needed could be really useful. Knowing it's just a workaround,
> a patch like this wou