]> git.ipfire.org Git - thirdparty/curl.git/commit
vrls: addressing issues reported by coverity
authorStefan Eissing <stefan@eissing.org>
Tue, 7 Feb 2023 08:34:49 +0000 (09:34 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 7 Feb 2023 13:05:21 +0000 (14:05 +0100)
commit7dad86a03f8c5f131daa4a6cfc38da92e489b738
tree48c57b15be07e4a794faba968868a696da15fd9a
parent95fe2bba743464d5557fb4b4365b00cc37c29fcd
vrls: addressing issues reported by coverity

I believe the code was secure before this, but limiting the accepted
name length to what is used in the structures should help Coverity's
analysis.

Closes #10431
lib/vtls/vtls.c