]> git.ipfire.org Git - thirdparty/curl.git/commit
vauth/digest: improve the digest parser
authorDaniel Stenberg <daniel@haxx.se>
Thu, 9 Oct 2025 14:35:39 +0000 (16:35 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 9 Oct 2025 20:01:29 +0000 (22:01 +0200)
commit2a2a2e5d107f1ad7fbb5e88dab03ed37c8177e76
treebc1c82f969084f2640e7ed5e59f82866071bdf30
parent1e6d507de779d52c6a614a8d50b561ed337bbef4
vauth/digest: improve the digest parser

Previously, if for example the nonce would end with "realm=" etc it
would get the wrong piece, due to the naive parser.

Reported-by: Joshua Rogers
Closes #18975
lib/vauth/digest.c