]> git.ipfire.org Git - thirdparty/curl.git/commit
lib: use size_t or int etc instead of longs
authorDaniel Stenberg <daniel@haxx.se>
Tue, 13 Dec 2022 14:02:00 +0000 (15:02 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 14 Dec 2022 11:31:01 +0000 (12:31 +0100)
commit57d2d9b6bed33dd92a6481b4aee363b42c3bf76b
tree2381380dcd8ce22576e04afd329b1dfcbd72ab09
parent58f55ba57e630571a5c9d110ce5f94f526fe094f
lib: use size_t or int etc instead of longs

Since long is not using a consistent data size in curl builds, making it
often "waste" 32 bits.

Closes #10088
lib/ftplistparser.c
lib/setopt.c
lib/socks.c
lib/urldata.h
lib/vtls/x509asn1.c