]> Dogcows Code - chaz/tar/blobdiff - ChangeLog
--strip strips file system prefix too, and it counts adjacent
[chaz/tar] / ChangeLog
index f990a350f03fbd29267d0a4cded9457333c0c434..af6888b6083d3683b3351de34ffac69ea4db9c55 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2003-09-22  Paul Eggert  <eggert@twinsun.com>
+
+       * doc/tar.texi (extracting untrusted archives): New section.
+
+       * src/common.h (stripped_path_len): Renamed from cut_path_elements.
+       Return size_t, not pointer, so that we don't have to worry about
+       violating the C standard by converting char const * to char *.
+       All callers changed.
+       * src/names.c (stripped_path_len): Likewise.  Strip file system
+       prefix, too.  Count adjacent slashes as if they were one slash;
+       that is the POSIX standard.
+
 2003-09-17  Paul Eggert  <eggert@twinsun.com>
 
        * README-alpha: Document maintainer tool assumptions a bit.  GNU
This page took 0.022323 seconds and 4 git commands to generate.