]> granicus.if.org Git - curl/commit
curl_fnmatch: only allow 5 '*' sections in a single pattern
authorDaniel Stenberg <daniel@haxx.se>
Tue, 16 Jan 2018 14:55:44 +0000 (15:55 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 17 Jan 2018 10:13:29 +0000 (11:13 +0100)
commit2a1b2b4ef5a64c36d431eb6f9fd6958042b17d62
tree72f19f2fadd40fe082cb810e04b029cc337e5f0f
parentcb5accab9ee3abdee777b59b463b5e0ca05a490a
curl_fnmatch: only allow 5 '*' sections in a single pattern

... to avoid excessive recursive calls. The number 5 is totally
arbitrary and could be modified if someone has a good motivation.
lib/curl_fnmatch.c