]> git.ipfire.org Git - thirdparty/curl.git/commit
setopt: use >, not >=, when checking if uarg is larger than uint-max
authorDaniel Stenberg <daniel@haxx.se>
Mon, 6 Feb 2023 16:37:52 +0000 (17:37 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 6 Feb 2023 22:42:27 +0000 (23:42 +0100)
commita0adda4b47d653cd079df22b9a749279678ada04
treeebc41b6dfca715f63552c009305b6390213a9881
parent82123417fffda4f589e832558e366f1cbbdc4daf
setopt: use >, not >=, when checking if uarg is larger than uint-max

Closes #10421
lib/setopt.c