=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/plus58.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- www/plus58.html 2015/08/09 17:53:34 1.4 +++ www/plus58.html 2015/08/09 18:57:31 1.5 @@ -1012,7 +1012,6 @@
  • For tar without -P, if a path in the archive has any ".." components, then strip everything up to and including the last of them (if it ends in ".." then it becomes ".").
  • For directories whose times or mode will be fixed up in the clean-up pass, record their dev+ino and then use open(O_DIRECTORY)+fstat() to verify that we're updating the correct directory before using futimens() and fchmod().
  • Correct buffer overflow in handling of pax extension headers, caught by the memcpy() overlap check. -
  • [more...]