Date: Mon, 13 Mar 2006 22:32:33 +0000 (UTC) From: Joerg Wunsch <joerg@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isofs/cd9660 cd9660_rrip.c Message-ID: <200603132232.k2DMWXfQ071018@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
joerg 2006-03-13 22:32:33 UTC FreeBSD src repository Modified files: sys/isofs/cd9660 cd9660_rrip.c Log: When encountering a ISO_SUSP_CFLAG_ROOT element in Rock Ridge processing, this actually means there's a double slash recorded in the symbolic link's path name. We used to start over from / then, which caused link targets like ../../bsdi.1.0/include//pathnames.h to be interpreted as /pathnahes.h. This is both contradictionary to our conventional slash interpretation, as well as potentially dangerous. The right thing to do is (obviously) to just ignore that element. bde once pointed out that mistake when he noticed it on the 4.4BSD-Lite2 CD-ROM, and asked me for help. Reviewed by: bde (about half a year ago) MFC after: 3 days Revision Changes Path 1.29 +1 -3 src/sys/isofs/cd9660/cd9660_rrip.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603132232.k2DMWXfQ071018>