Bug#352500: libc0.3: getresuid has misordered arguments

2006-02-15 Thread Samuel Thibault
Hi, Denis Barbier, le Wed 15 Feb 2006 21:39:54 +0100, a écrit : > On Wed, Feb 15, 2006 at 07:23:06PM +0100, Samuel Thibault wrote: > > Hi, > > > > Please have a look at > > > > http://sources.redhat.com/bugzilla/show_bug.cgi?id=2329. > > > > for a more generic patch: > > > > http://sources.re

Bug#352500: libc0.3: getresuid has misordered arguments

2006-02-15 Thread Denis Barbier
On Wed, Feb 15, 2006 at 07:23:06PM +0100, Samuel Thibault wrote: > Hi, > > Please have a look at > > http://sources.redhat.com/bugzilla/show_bug.cgi?id=2329. > > for a more generic patch: > > http://sources.redhat.com/bugzilla/attachment.cgi?id=866&action=view It does not apply cleanly on 2.3

Bug#352500: libc0.3: getresuid has misordered arguments

2006-02-15 Thread Samuel Thibault
Hi, Please have a look at http://sources.redhat.com/bugzilla/show_bug.cgi?id=2329. for a more generic patch: http://sources.redhat.com/bugzilla/attachment.cgi?id=866&action=view Regards, Samuel -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact

Bug#352500: libc0.3: getresuid has misordered arguments

2006-02-12 Thread Samuel Thibault
Package: libc0.3 Version: 2.3.5-7 Severity: normal Tags: patch upstream Hi When calling getresuid() from a setuid program, ruid and uid are exchanged. This can make setuid program set the effective uid as real uid too, so that the user that launched the program can't kill it any more... Here is