Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #246308

Category curl
Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
Changed at Tue 21 Oct 2025 10:11:43
Repository https://github.com/curl/curl.git
Project curl
Branch master
Revision 9e198618dea14231488005b53c7800d4e80e2dce

Comments

tool_parsecfg: detect and error on recursive --config use
The config file parser now has a maximum level of inclusions allowed (5)
to detect and prevent recursive inclusions of itself leading to badness.

Bonus: clean up return code handling from the config parser.

Test 774 verifies
Closes #19168

Changed files