]> git.ipfire.org Git - thirdparty/curl.git/commit
setopt: check CURLOPT_TFTP_BLKSIZE range on set
authorDaniel Stenberg <daniel@haxx.se>
Tue, 21 Nov 2023 16:34:30 +0000 (17:34 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 22 Nov 2023 06:44:05 +0000 (07:44 +0100)
commit49c413cce2407bd13b70eef52b816dbdfd3796f3
treef1c90fd3a0c142541db741fd51a758811bdf7ccf
parent84338c4de2d7c798e3c270c9610d51a4ad18a90b
setopt: check CURLOPT_TFTP_BLKSIZE range on set

... instead of later when the transfer is about to happen.

Closes #12374
lib/setopt.c
lib/tftp.c
lib/tftp.h