Revision 5244a31039dbb3fe0d544fc56100d0ccbc653131 authored by Junio C Hamano on 14 March 2015, 05:56:02 UTC, committed by Junio C Hamano on 14 March 2015, 05:56:02 UTC
"git apply" was not very careful about reading from, removing,
updating and creating paths outside the working tree (under
--index/--cached) or the current directory (when used as a
replacement for GNU patch).

* jc/apply-beyond-symlink:
  apply: do not touch a file beyond a symbolic link
  apply: do not read from beyond a symbolic link
  apply: do not read from the filesystem under --index
  apply: reject input that touches outside the working area
2 parent s 1469d99 + e0d201b
History
File Mode Size
lib
macosx
po
windows
.gitattributes -rw-r--r-- 170 bytes
.gitignore -rw-r--r-- 97 bytes
GIT-VERSION-GEN -rwxr-xr-x 1.8 KB
Makefile -rw-r--r-- 11.4 KB
git-gui--askpass -rwxr-xr-x 1.3 KB
git-gui.sh -rwxr-xr-x 98.2 KB

back to top