summaryrefslogtreecommitdiff
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-04-11 14:04:39 +0300
commit2840bb37178fe0b15a33213a75c6c3afc4b56a36 (patch)
tree8710aacccfe9820471512b06d9be67d78dc764f6
parent839f1780de3d3625dbdcc020f57de260a5656421 (diff)
downloadapk-tools-2840bb37178fe0b15a33213a75c6c3afc4b56a36.tar.gz
apk-tools-2840bb37178fe0b15a33213a75c6c3afc4b56a36.tar.bz2
apk-tools-2840bb37178fe0b15a33213a75c6c3afc4b56a36.tar.xz
apk-tools-2840bb37178fe0b15a33213a75c6c3afc4b56a36.zip
libfetch: Increase URL password length
Signed-off-by: Mike Detwiler <det@shift5.io> (cherry picked from commit d438cdfbeb13b0f38c0bef321fc767926df0e4e1)
-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;