Re: [Qemu-devel] fix for qemu-* looping forever on symlinks (patch attached)

2006-07-15 Thread Paul Brook
On Saturday 15 July 2006 23:34, Anderson Lizardo wrote: > On 7/13/06, Paul Brook <[EMAIL PROTECTED]> wrote: > > The whole point of the -L option is so that it picks up target shared > > libraries, eg. in lib and usr/lib. By my reading your patch makes the -L > > option do absolutely nothing, which

Re: [Qemu-devel] fix for qemu-* looping forever on symlinks (patch attached)

2006-07-15 Thread Anderson Lizardo
On 7/13/06, Paul Brook <[EMAIL PROTECTED]> wrote: The whole point of the -L option is so that it picks up target shared libraries, eg. in lib and usr/lib. By my reading your patch makes the -L option do absolutely nothing, which can't be right. The proper fix is to do the lookups when a file is

Re: [Qemu-devel] fix for qemu-* looping forever on symlinks (patch attached)

2006-07-13 Thread Paul Brook
On Friday 14 July 2006 03:31, Michael Gilbert wrote: > please review the attached patch (to linux-user/path.c), which i > believe fixes the problem of qemu looping forever on symlinks when > using -L. it is undesirable (i believe) for the -L option to search > all subdirectories. this is in refer

[Qemu-devel] fix for qemu-* looping forever on symlinks (patch attached)

2006-07-13 Thread Michael Gilbert
please review the attached patch (to linux-user/path.c), which i believe fixes the problem of qemu looping forever on symlinks when using -L. it is undesirable (i believe) for the -L option to search all subdirectories. this is in reference to debian bug #297572 (bugs.debian.org/297572). mike g