Re: RE : Re: openat-proc

2011-05-09 Thread Eric Blake
On 05/09/2011 02:34 PM, Eric Blake wrote: > On 05/09/2011 01:10 PM, Eric Blake wrote: >> On 05/09/2011 12:06 PM, Bastien ROUCARIES wrote: >>> Sorry for top post (android) >>> >>> Proposed algo: >>> Ofd=open(/proc,o_search) >>> follow link /proc/self/fd/ofd/../proc >>> If bug will resolve to >>> /pr

Re: RE : Re: openat-proc

2011-05-09 Thread Eric Blake
On 05/09/2011 01:10 PM, Eric Blake wrote: > On 05/09/2011 12:06 PM, Bastien ROUCARIES wrote: >> Sorry for top post (android) >> >> Proposed algo: >> Ofd=open(/proc,o_search) >> follow link /proc/self/fd/ofd/../proc >> If bug will resolve to >> /proc/self/fd/proc that does not exist >> If not bug su

Re: RE : Re: openat-proc

2011-05-09 Thread Eric Blake
On 05/09/2011 12:06 PM, Bastien ROUCARIES wrote: > Sorry for top post (android) > > Proposed algo: > Ofd=open(/proc,o_search) > follow link /proc/self/fd/ofd/../proc > If bug will resolve to > /proc/self/fd/proc that does not exist > If not bug suceed (because we have already opened /proc I still

RE : Re: openat-proc

2011-05-09 Thread Bastien ROUCARIES
Sorry for top post (android) Proposed algo: Ofd=open(/proc,o_search) follow link /proc/self/fd/ofd/../proc If bug will resolve to /proc/self/fd/proc that does not exist If not bug suceed (because we have already opened /proc Bastien Le 9 mai 2011 19:37, "Eric Blake" a écrit : On 05/09/2011 05: