René's URL Explorer Experiment


Title: Fix Uncontrolled Recursion in `simplifyAddBracesToCommand` by emptyiscolor · Pull Request #8264 · cppcheck-opensource/cppcheck · GitHub

Open Graph Title: Fix Uncontrolled Recursion in `simplifyAddBracesToCommand` by emptyiscolor · Pull Request #8264 · cppcheck-opensource/cppcheck

X Title: Fix Uncontrolled Recursion in `simplifyAddBracesToCommand` by emptyiscolor · Pull Request #8264 · cppcheck-opensource/cppcheck

Description: Related case: https://sourceforge.net/p/cppcheck/discussion/development/thread/eea4fd963a/ Applied Fix — Recursion Depth Limit Added an int depth parameter (default 0) to both functions. Every recursive call passes depth + 1, and at the top of simplifyAddBracesToCommand we bail out when depth > 500: Test Both PoC vectors (100K else if chain and 50K nested if) no longer cause a stack overflow by running the PY code from the discussion. Normal code continues to be analyzed correctly. Alternative Fix — Iterative Approach The else if chain recursion (Path 1) can be eliminated by converting the tail-recursive call into a loop inside simplifyAddBracesToCommand. This eliminates Path 1 (else-if chain) with zero stack growth regardless of chain length. Path 2 (mutual recursion with simplifyAddBracesPair) would still need a depth limit or its own iterative conversion using an explicit stack/worklist. A full iterative conversion of both paths is a larger refactor but would make the code completely immune to stack overflow from any input shape.

Open Graph Description: Related case: https://sourceforge.net/p/cppcheck/discussion/development/thread/eea4fd963a/ Applied Fix — Recursion Depth Limit Added an int depth parameter (default 0) to both functions. Every recu...

X Description: Related case: https://sourceforge.net/p/cppcheck/discussion/development/thread/eea4fd963a/ Applied Fix — Recursion Depth Limit Added an int depth parameter (default 0) to both functions. Every recu...

Opengraph URL: https://github.com/cppcheck-opensource/cppcheck/pull/8264

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:19d05438-5be8-610a-5b2f-6ed9ecffd6e4
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id8048:397AD8:1C00AD9:2639A70:6A4F3511
html-safe-nonce5fb84912ef8641f63c86c3ecee3507c9342b1fa247018d0c0741ea7d7cb64354
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4MDQ4OjM5N0FEODoxQzAwQUQ5OjI2MzlBNzA6NkE0RjM1MTEiLCJ2aXNpdG9yX2lkIjoiMTE4MDkwNTUxMTgzNjM5ODg2NSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacc91e214032c69964d51d960288f46922e79b6ca767b1f0c8b5f75915e1669a30
hovercard-subject-tagpull_request:3326598437
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/cppcheck-opensource/cppcheck/pull/8264/files
twitter:imagehttps://avatars.githubusercontent.com/u/7723517?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/7723517?s=400&v=4
og:image:altRelated case: https://sourceforge.net/p/cppcheck/discussion/development/thread/eea4fd963a/ Applied Fix — Recursion Depth Limit Added an int depth parameter (default 0) to both functions. Every recu...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Noneb92d11c0aa4a77d54ef4af1078b6a15fb5a70a215b30c4ecf28889d5a8e656d9
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/cppcheck-opensource/cppcheck git https://github.com/cppcheck-opensource/cppcheck.git
octolytics-dimension-user_id278097703
octolytics-dimension-user_logincppcheck-opensource
octolytics-dimension-repository_id143131
octolytics-dimension-repository_nwocppcheck-opensource/cppcheck
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id143131
octolytics-dimension-repository_network_root_nwocppcheck-opensource/cppcheck
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release2b8f23afb982271f1b22258a94aede67a6b77760
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/cppcheck-opensource/cppcheck/pull/8264/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fcppcheck-opensource%2Fcppcheck%2Fpull%2F8264%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fcppcheck-opensource%2Fcppcheck%2Fpull%2F8264%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=cppcheck-opensource%2Fcppcheck
Reloadhttps://github.com/cppcheck-opensource/cppcheck/pull/8264/files
Reloadhttps://github.com/cppcheck-opensource/cppcheck/pull/8264/files
Reloadhttps://github.com/cppcheck-opensource/cppcheck/pull/8264/files
Please reload this pagehttps://github.com/cppcheck-opensource/cppcheck/pull/8264/files
cppcheck-opensource https://github.com/cppcheck-opensource
cppcheckhttps://github.com/cppcheck-opensource/cppcheck
Notifications https://github.com/login?return_to=%2Fcppcheck-opensource%2Fcppcheck
Fork 1.6k https://github.com/login?return_to=%2Fcppcheck-opensource%2Fcppcheck
Star 6.7k https://github.com/login?return_to=%2Fcppcheck-opensource%2Fcppcheck
Code https://github.com/cppcheck-opensource/cppcheck
Pull requests 205 https://github.com/cppcheck-opensource/cppcheck/pulls
Actions https://github.com/cppcheck-opensource/cppcheck/actions
Security and quality 0 https://github.com/cppcheck-opensource/cppcheck/security
Insights https://github.com/cppcheck-opensource/cppcheck/pulse
Code https://github.com/cppcheck-opensource/cppcheck
Pull requests https://github.com/cppcheck-opensource/cppcheck/pulls
Actions https://github.com/cppcheck-opensource/cppcheck/actions
Security and quality https://github.com/cppcheck-opensource/cppcheck/security
Insights https://github.com/cppcheck-opensource/cppcheck/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fcppcheck-opensource%2Fcppcheck%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fcppcheck-opensource%2Fcppcheck%2Fissues%2Fnew%2Fchoose
emptyiscolorhttps://github.com/emptyiscolor
cppcheck-opensource:mainhttps://github.com/cppcheck-opensource/cppcheck/tree/main
emptyiscolor:mainhttps://github.com/emptyiscolor/cppcheck/tree/main
Conversation 9 https://github.com/cppcheck-opensource/cppcheck/pull/8264
Commits 2 https://github.com/cppcheck-opensource/cppcheck/pull/8264/commits
Checks 68 https://github.com/cppcheck-opensource/cppcheck/pull/8264/checks
Files changed 3 https://github.com/cppcheck-opensource/cppcheck/pull/8264/files
Fix Uncontrolled Recursion in simplifyAddBracesToCommand https://github.com/cppcheck-opensource/cppcheck/pull/8264/files#top
Show all changes 2 commits https://github.com/cppcheck-opensource/cppcheck/pull/8264/files
e28f7d6 Fix Uncontrolled Recursion in `simplifyAddBracesToCommand` / `simplif… emptyiscolor Feb 25, 2026 https://github.com/cppcheck-opensource/cppcheck/pull/8264/commits/e28f7d641cf3ee87cf2f123c9e411749a102dc77
d39fee4 Fix recursion depth with count-down depth pattern and add test cases. emptyiscolor Feb 25, 2026 https://github.com/cppcheck-opensource/cppcheck/pull/8264/commits/d39fee4db36eac05aada9f51864e46e34fc0eb5a
Clear filters https://github.com/cppcheck-opensource/cppcheck/pull/8264/files
Please reload this pagehttps://github.com/cppcheck-opensource/cppcheck/pull/8264/files
Please reload this pagehttps://github.com/cppcheck-opensource/cppcheck/pull/8264/files
tokenize.cpp https://github.com/cppcheck-opensource/cppcheck/pull/8264/files#diff-fcb971a19e78bfceedcd084be65f15acea40d252d16613a29cad4b8814f00bdf
tokenize.h https://github.com/cppcheck-opensource/cppcheck/pull/8264/files#diff-d62d3ecefc839f259ba455c6710ab18154219864a2fa99e5c5384898054dd8c6
testtokenize.cpp https://github.com/cppcheck-opensource/cppcheck/pull/8264/files#diff-5162281e63cdab22484f0efb01f82af756772df0ceb3625a590c05199f270cf1
lib/tokenize.cpphttps://github.com/cppcheck-opensource/cppcheck/pull/8264/files#diff-fcb971a19e78bfceedcd084be65f15acea40d252d16613a29cad4b8814f00bdf
View file https://github.com/cppcheck-opensource/cppcheck/blob/d39fee4db36eac05aada9f51864e46e34fc0eb5a/lib/tokenize.cpp
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/cppcheck-opensource/cppcheck/pull/8264/{{ revealButtonHref }}
https://github.com/cppcheck-opensource/cppcheck/pull/8264/files#diff-fcb971a19e78bfceedcd084be65f15acea40d252d16613a29cad4b8814f00bdf
https://github.com/cppcheck-opensource/cppcheck/pull/8264/files#diff-fcb971a19e78bfceedcd084be65f15acea40d252d16613a29cad4b8814f00bdf
https://github.com/cppcheck-opensource/cppcheck/pull/8264/files#diff-fcb971a19e78bfceedcd084be65f15acea40d252d16613a29cad4b8814f00bdf
https://github.com/cppcheck-opensource/cppcheck/pull/8264/files#diff-fcb971a19e78bfceedcd084be65f15acea40d252d16613a29cad4b8814f00bdf
https://github.com/cppcheck-opensource/cppcheck/pull/8264/files#diff-fcb971a19e78bfceedcd084be65f15acea40d252d16613a29cad4b8814f00bdf
https://github.com/cppcheck-opensource/cppcheck/pull/8264/files#diff-fcb971a19e78bfceedcd084be65f15acea40d252d16613a29cad4b8814f00bdf
lib/tokenize.hhttps://github.com/cppcheck-opensource/cppcheck/pull/8264/files#diff-d62d3ecefc839f259ba455c6710ab18154219864a2fa99e5c5384898054dd8c6
View file https://github.com/cppcheck-opensource/cppcheck/blob/d39fee4db36eac05aada9f51864e46e34fc0eb5a/lib/tokenize.h
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/cppcheck-opensource/cppcheck/pull/8264/{{ revealButtonHref }}
https://github.com/cppcheck-opensource/cppcheck/pull/8264/files#diff-d62d3ecefc839f259ba455c6710ab18154219864a2fa99e5c5384898054dd8c6
https://github.com/cppcheck-opensource/cppcheck/pull/8264/files#diff-d62d3ecefc839f259ba455c6710ab18154219864a2fa99e5c5384898054dd8c6
test/testtokenize.cpphttps://github.com/cppcheck-opensource/cppcheck/pull/8264/files#diff-5162281e63cdab22484f0efb01f82af756772df0ceb3625a590c05199f270cf1
View file https://github.com/cppcheck-opensource/cppcheck/blob/d39fee4db36eac05aada9f51864e46e34fc0eb5a/test/testtokenize.cpp
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/cppcheck-opensource/cppcheck/pull/8264/{{ revealButtonHref }}
https://github.com/cppcheck-opensource/cppcheck/pull/8264/files#diff-5162281e63cdab22484f0efb01f82af756772df0ceb3625a590c05199f270cf1
https://github.com/cppcheck-opensource/cppcheck/pull/8264/files#diff-5162281e63cdab22484f0efb01f82af756772df0ceb3625a590c05199f270cf1
https://github.com/cppcheck-opensource/cppcheck/pull/8264/files#diff-5162281e63cdab22484f0efb01f82af756772df0ceb3625a590c05199f270cf1
https://github.com/cppcheck-opensource/cppcheck/pull/8264/files#diff-5162281e63cdab22484f0efb01f82af756772df0ceb3625a590c05199f270cf1
Please reload this pagehttps://github.com/cppcheck-opensource/cppcheck/pull/8264/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.