]> granicus.if.org Git - curl/commit
socks5: user name and passwords must be shorter than 256
authorDaniel Stenberg <daniel@haxx.se>
Fri, 5 Apr 2019 20:50:22 +0000 (22:50 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 7 Apr 2019 21:27:11 +0000 (23:27 +0200)
commitf4b69012307580119409100f5934d7621ea545c9
tree7ac7203c64670fcc4af9a8721369c25a5e36248f
parent89bb5a836c3a53dbbf88f4d61358f1d9475b2450
socks5: user name and passwords must be shorter than 256

bytes... since the protocol needs to store the length in a single byte field.

Reported-by: XmiliaH on github
Fixes #3737
Closes #3740
lib/socks.c