mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-18 10:04:20 +03:00
94786a3bbf
Avoid playing with +1. PATH_MAX code needs probably more thinking anyway, since there is no MAX path in Linux - user may easily create path with 64kB chars - so 4kB buffer is surelly not enough for such dirs. Note: http://insanecoding.blogspot.cz/2007/11/pathmax-simply-isnt.html