diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2005-04-27 20:31:32 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2005-04-27 20:31:32 +0000 |
commit | 85d91b0060ec2218999d32f46d53c5385d5cf52a (patch) | |
tree | b78ed281747feda1c179550a934e978c8e804a79 /java/jdk13/files/patch-j2sdk1.3.1-resources-jar.properties | |
parent | - Update to 3.2 [1] (diff) |
. Ensure that when files are extracted that their fully resolved path lies
in or below the current working directory. Fixes a security problem with
jar(1).
This fix may change to be compatible with whatever fix Sun applies when
they release the next version of 1.5.
Notes
Notes:
svn path=/head/; revision=134275
Diffstat (limited to 'java/jdk13/files/patch-j2sdk1.3.1-resources-jar.properties')
-rw-r--r-- | java/jdk13/files/patch-j2sdk1.3.1-resources-jar.properties | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/java/jdk13/files/patch-j2sdk1.3.1-resources-jar.properties b/java/jdk13/files/patch-j2sdk1.3.1-resources-jar.properties new file mode 100644 index 000000000000..285bfb2b8a05 --- /dev/null +++ b/java/jdk13/files/patch-j2sdk1.3.1-resources-jar.properties @@ -0,0 +1,11 @@ +--- ../src/share/classes/sun/tools/jar/resources/jar.properties 11 Jul 2001 21:39:05 -0000 1.1.1.1 ++++ ../src/share/classes/sun/tools/jar/resources/jar.properties 27 Apr 2005 05:07:52 -0000 +@@ -30,6 +30,8 @@ + {0} : could not create directory + error.incorrect.length=\ + incorrect length while processing: {0} ++error.no.cwd=\ ++ {0} : could not determine current working directory + out.added.manifest=\ + added manifest + out.update.manifest=\ |