Thomas Veerman
e6c98c3c55
AVFS: Return actual last dir when path is named by a symlink
...
Last_dir didn't consider paths that end in a symlink and hence didn't
actually return the last_dir when provided with one. For example,
/var/log is a symlink to /usr/log. Issuing `>/var/log' would trigger
an assert in AVFS, because /var/ is not the actual last directory; /usr/
is.
Last_dir now verifies the final component is not a symlink. If it is, it
follows the symlink and restarts finding of the last the directory.
2012-01-16 10:12:29 +00:00
..
2011-12-05 16:28:09 +01:00
2011-08-17 13:40:36 +00:00
2011-08-17 13:40:36 +00:00
2011-12-08 10:47:11 +00:00
2011-12-21 10:52:51 +00:00
2011-11-23 14:06:37 +01:00
2011-08-17 13:40:36 +00:00
2011-12-21 23:44:13 +01:00
2011-11-28 10:03:43 +00:00
2011-08-17 13:40:36 +00:00
2011-12-09 14:46:10 +00:00
2011-12-21 10:52:51 +00:00
2011-08-17 13:40:36 +00:00
2011-12-11 22:33:37 +01:00
2011-08-17 13:40:36 +00:00
2011-12-21 10:52:51 +00:00
2011-10-25 12:12:20 +00:00
2012-01-16 10:12:29 +00:00
2011-12-21 10:52:51 +00:00
2011-08-17 13:40:36 +00:00
2011-12-21 10:52:51 +00:00
2011-12-08 10:47:11 +00:00
2012-01-04 14:10:10 +01:00
2011-12-09 15:47:42 +00:00
2012-01-16 10:12:29 +00:00
2011-12-11 22:34:14 +01:00
2012-01-16 10:12:29 +00:00
2011-08-17 13:40:36 +00:00
2011-12-21 10:52:51 +00:00
2011-09-12 09:00:24 +00:00
2012-01-04 14:10:10 +01:00
2011-12-21 10:52:51 +00:00
2011-12-05 16:28:09 +01:00
2011-08-17 13:40:36 +00:00
2011-12-21 10:52:51 +00:00
2011-12-11 22:33:37 +01:00
2011-08-17 13:40:36 +00:00
2011-09-12 09:00:24 +00:00
2012-01-14 00:27:07 +01:00
2011-08-17 13:40:36 +00:00
2011-09-12 09:00:24 +00:00
2012-01-12 11:30:24 +00:00
2011-08-17 13:40:36 +00:00
2011-09-12 09:00:24 +00:00
2012-01-04 14:10:10 +01:00
2011-10-27 15:29:37 +00:00
2011-09-06 10:38:16 +00:00
2011-08-17 13:40:36 +00:00
2011-12-09 14:46:10 +00:00
2011-12-08 10:47:11 +00:00