summaryrefslogtreecommitdiff
path: root/libfetch
diff options
context:
space:
mode:
authorMike Detwiler <det@shift5.io>2021-01-07 18:56:37 +0000
committerTimo Teräs <timo.teras@iki.fi>2021-01-08 10:55:37 +0200
commitb58d79e78f704233f7c412343b25f20c8fb5257c (patch)
treead8693d233e7f9ab74ea789d1f76081f825c48a9 /libfetch
parent9e9a9a2e71c80cabc12c6365132d1e6c26a24425 (diff)
downloadapk-tools-b58d79e78f704233f7c412343b25f20c8fb5257c.tar.gz
apk-tools-b58d79e78f704233f7c412343b25f20c8fb5257c.tar.bz2
apk-tools-b58d79e78f704233f7c412343b25f20c8fb5257c.tar.xz
apk-tools-b58d79e78f704233f7c412343b25f20c8fb5257c.zip
libfetch: Increase URL password length
Signed-off-by: Mike Detwiler <det@shift5.io>
Diffstat (limited to 'libfetch')
-rw-r--r--libfetch/fetch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libfetch/fetch.h b/libfetch/fetch.h
index 3075486..66b77f4 100644
--- a/libfetch/fetch.h
+++ b/libfetch/fetch.h
@@ -41,7 +41,7 @@
#define URL_HOSTLEN 255
#define URL_SCHEMELEN 16
#define URL_USERLEN 256
-#define URL_PWDLEN 256
+#define URL_PWDLEN 1024
typedef struct fetchIO fetchIO;