diff options
author | Joey Hess <joeyh@joeyh.name> | 2017-05-09 19:03:30 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2017-05-09 19:03:30 -0400 |
commit | 0f71a1f6bd518aa71f2c647f068cf9e35be33fbc (patch) | |
tree | 751e7dda1773db7b2d63e1e1095993dbbec5e7b6 | |
parent | af352623468efb7685539c6d387a690b12fc8208 (diff) |
hmm
-rw-r--r-- | doc/forum/Lots_of_4k_symlinks/comment_3_80b3a84e6d79871bbbef13d4bc87cc37._comment | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/forum/Lots_of_4k_symlinks/comment_3_80b3a84e6d79871bbbef13d4bc87cc37._comment b/doc/forum/Lots_of_4k_symlinks/comment_3_80b3a84e6d79871bbbef13d4bc87cc37._comment new file mode 100644 index 000000000..d350dc2f5 --- /dev/null +++ b/doc/forum/Lots_of_4k_symlinks/comment_3_80b3a84e6d79871bbbef13d4bc87cc37._comment @@ -0,0 +1,14 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 3""" + date="2017-05-09T22:49:01Z" + content=""" +My analysis above assumes no subdirectories. + +To leave space for even a single "../" would need to drop to 13 bytes +of hash state. 1/79228162514264337593543950336 chance of 2 files colliding. +Not comfortable with something so worse than md5, and that still doesn't help +when files are 2 directories deep. Droping to 11 bytes for that, +1/1208925819614629174706176 chance is starting to get into could really +happen territory. +"""]] |