Tim Kientzle
8a95c5cb6e
Some old tar archives rely on "regular-file-plus-trailing-slash" to
...
denote a directory. Unfortunately, in the presence of GNU or POSIX
extensions, this code was checking the truncated filename stored in the
regular header rather than the full filename stored in the extended
attribute. As a result, long filenames with '/' in just the right
position would trigger this check and be erroneously marked as
directories. Move the check so it only considers the full filename.
Note: the check can't simply be disabled for archives that contain
these extensions because there are some very broken archivers out
there.
Thanks to: Will Froning
MFC after: 3 days
2004-09-04 21:49:42 +00:00
..
2003-12-07 03:02:27 +00:00
2004-08-21 08:22:00 +00:00
2004-08-14 14:21:09 +00:00
2004-09-04 21:49:42 +00:00
2004-05-14 13:31:21 +00:00
2004-09-03 18:01:34 +00:00
2004-07-05 16:32:30 +00:00
2004-08-11 16:47:12 +00:00
2004-09-04 00:23:15 +00:00
2004-08-14 17:46:10 +00:00
2004-07-02 23:52:20 +00:00
2004-07-29 15:35:45 +00:00
2004-07-02 23:52:20 +00:00
2004-07-02 23:52:20 +00:00
2004-07-26 19:35:20 +00:00
2004-07-02 23:52:20 +00:00
2004-08-05 17:44:07 +00:00
2003-09-08 19:57:22 +00:00
2003-08-17 08:28:46 +00:00
2004-08-07 20:23:50 +00:00
2004-07-02 23:52:20 +00:00
2004-07-01 18:20:57 +00:00
2004-01-10 18:37:11 +00:00
2004-07-01 17:13:15 +00:00
2004-07-02 23:52:20 +00:00
2004-07-05 06:59:17 +00:00
2004-08-26 02:41:01 +00:00
2004-07-31 18:49:53 +00:00
2004-08-09 11:05:09 +00:00
2004-07-03 22:30:10 +00:00
2004-06-01 01:29:42 +00:00
2004-07-28 05:44:07 +00:00
2004-07-28 05:44:52 +00:00
2003-08-30 13:57:31 +00:00
2004-07-04 04:03:37 +00:00
2004-07-08 17:09:55 +00:00
2004-02-05 22:44:25 +00:00
2004-08-06 07:27:08 +00:00
2004-03-31 09:15:09 +00:00
2004-08-26 02:41:01 +00:00
2004-08-06 07:27:08 +00:00
2003-10-26 03:43:35 +00:00
2003-08-18 15:25:39 +00:00
2004-07-05 17:38:08 +00:00
2004-08-01 01:16:59 +00:00
2003-07-07 03:54:04 +00:00
2003-07-07 03:54:04 +00:00
2004-09-04 14:54:01 +00:00
2004-07-02 23:52:20 +00:00
2004-08-06 07:27:08 +00:00
2004-08-19 23:49:04 +00:00
2004-08-16 05:20:12 +00:00
2004-07-05 06:53:34 +00:00
2004-07-02 23:52:20 +00:00
2004-06-03 15:04:24 +00:00
2004-08-21 03:31:17 +00:00
2004-07-02 23:52:20 +00:00
2003-07-24 19:58:56 +00:00
2004-05-24 09:50:57 +00:00
2004-02-04 09:53:29 +00:00
2004-08-26 19:37:06 +00:00
2004-08-07 23:03:36 +00:00
2003-08-30 13:57:31 +00:00
2004-09-03 17:39:00 +00:00