diff options
author | Vincent Douillet <vincent@vdouillet.fr> | 2023-08-29 18:13:30 +0200 |
---|---|---|
committer | Vincent Douillet <vincent@vdouillet.fr> | 2023-08-29 18:13:30 +0200 |
commit | 2acc8db2762b98eb061241109877527d58a560bc (patch) | |
tree | 4f71b3bc0f934b76f839a5ee3640c91b972c1912 /url.h | |
parent | 26a77087027327d72d7229866a1ce12ad11a4d63 (diff) |
use PATH_MAX
Diffstat (limited to 'url.h')
-rw-r--r-- | url.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -34,8 +34,6 @@ #include <stdbool.h> #include <stdio.h> -#define URL_LENGTH_MAX 8192 - /* * Checks that the path can be safely processed. Namely, it should not contain * "..", which denotes an attempt to get out of the DATA_DIR root folder. |