This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fastjar/28359] fastjar directory traversal problem
- From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Jul 2006 13:57:04 -0000
- Subject: [Bug fastjar/28359] fastjar directory traversal problem
- References: <bug-28359-3760@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #14 from rguenth at gcc dot gnu dot org 2006-07-17 13:57 -------
Indeed. Now for symlinks it is only a problem if you can package them like
foo -> ../../
foo/x
i.e., if uncompressing a zip archive can _create_ symlinks. On unix it can,
but it seems to "defer" their creation.
Archive: ../t.zip
creating: b/
linking: b/foo -> ../
checkdir error: b/foo exists but is not directory
unable to process b/foo/bar.
finishing deferred symbolic links:
b/foo -> ../
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28359