[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH][UPDATED] Fix path mangling in linux-user/path.c
From: |
Lauri Leukkunen |
Subject: |
[Qemu-devel] [PATCH][UPDATED] Fix path mangling in linux-user/path.c |
Date: |
Tue, 22 May 2007 02:23:08 +0300 |
Attached patch fixes the linux-user path mangling code for use with
real target root filesystems that have nasty symlinks and lots of
files. The old code is terribly slow and can easily end up going
through the entire host system /usr hierarchy in a recursive loop.
Compared to the previous version of this patch, fixes an issue with
attempting to free() a pointer returned by GNU basename().
/lauri
qemu-linux-user-path2.diff
Description: Text Data
- [Qemu-devel] [PATCH][UPDATED] Fix path mangling in linux-user/path.c,
Lauri Leukkunen <=