-
- Downloads
socks5: remove dodgy casts
Change the last arg of socks_generate_msg() to be ssize_t * to match signedness of original caller type of int, then convert the caller type also to ssize_t so the pointer needs no cast. This keeps stuff in the caller checking for len < 0 happy. https://github.com/warmcat/libwebsockets/issues/1010
Loading
Please register or sign in to comment