Augustin Cavalier 9708b08060 KPath: Use a default buffer size of B_PATH_NAME_LENGTH without + 1.
B_PATH_NAME_LENGTH == PATH_MAX, and PATH_MAX is inclusive of the final
NULL terminator, so we don't need a + 1 here.

The original KPath default was to not use + 1, but that was changed in
42e3c6f97874f37701385e7027c77e4366d7c450 due to all the consumers that did.

But all those consumers are wrong, it appears; they should just be
using the default length instead. So now we do that.
2024-11-22 16:56:15 -05:00
..
2023-10-06 20:38:24 +00:00
2022-02-18 21:27:06 +00:00
2020-06-13 23:24:27 +02:00
2022-08-17 19:23:51 +00:00
2016-04-24 18:22:14 +02:00
2024-06-10 16:34:25 +00:00
2024-09-02 14:16:40 -04:00
2018-05-15 10:29:00 +00:00
2024-11-18 13:25:43 -05:00