René's URL Explorer Experiment


Title: simplecpp chokes on clang/master/INPUTS/stpcpy-test.c · Issue #96 · cppcheck-opensource/simplecpp · GitHub

Open Graph Title: simplecpp chokes on clang/master/INPUTS/stpcpy-test.c · Issue #96 · cppcheck-opensource/simplecpp

X Title: simplecpp chokes on clang/master/INPUTS/stpcpy-test.c · Issue #96 · cppcheck-opensource/simplecpp

Description: The following testcode from clang ​https://raw.githubusercontent.com/clang-ykt/clang/master/INPUTS/stpcpy-test.c causes simplecpp to choke (run out of memory): #define __extension__ #define __stpcpy(dest, src) (__extension__ (__builtin_c...

Open Graph Description: The following testcode from clang ​https://raw.githubusercontent.com/clang-ykt/clang/master/INPUTS/stpcpy-test.c causes simplecpp to choke (run out of memory): #define __extension__ #define __stpcp...

X Description: The following testcode from clang ​https://raw.githubusercontent.com/clang-ykt/clang/master/INPUTS/stpcpy-test.c causes simplecpp to choke (run out of memory): #define __extension__ #define __stpcp...

Opengraph URL: https://github.com/cppcheck-opensource/simplecpp/issues/96

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"simplecpp chokes on clang/master/INPUTS/stpcpy-test.c","articleBody":"The following testcode from clang ​https://raw.githubusercontent.com/clang-ykt/clang/master/INPUTS/stpcpy-test.c causes simplecpp to choke (run out of memory):\r\n```c++\r\n#define __extension__\r\n\r\n#define __stpcpy(dest, src) (__extension__ (__builtin_constant_p (src) ? (__string2_1bptr_p (src) \u0026\u0026 strlen (src) + 1 \u003c= 8 ? __stpcpy_small (dest, __stpcpy_args (src), strlen (src) + 1) : ((char *) __mempcpy (dest, src, strlen (src) + 1) - 1)) : __stpcpy (dest, src)))\r\n#define stpcpy(dest, src) __stpcpy (dest, src)\r\n#define __stpcpy_args(src) __extension__ __STRING2_SMALL_GET16 (src, 0), __extension__ __STRING2_SMALL_GET16 (src, 4), __extension__ __STRING2_SMALL_GET32 (src, 0), __extension__ __STRING2_SMALL_GET32 (src, 4)\r\n\r\n#define __mempcpy(dest, src, n) (__extension__ (__builtin_constant_p (src) \u0026\u0026 __builtin_constant_p (n) \u0026\u0026 __string2_1bptr_p (src) \u0026\u0026 n \u003c= 8 ? __mempcpy_small (dest, __mempcpy_args (src), n) : __mempcpy (dest, src, n)))\r\n#define mempcpy(dest, src, n) __mempcpy (dest, src, n)\r\n#define __mempcpy_args(src) ((char *) (src))[0], ((char *) (src))[2], ((char *) (src))[4], ((char *) (src))[6], __extension__ __STRING2_SMALL_GET16 (src, 0), __extension__ __STRING2_SMALL_GET16 (src, 4), __extension__ __STRING2_SMALL_GET32 (src, 0), __extension__ __STRING2_SMALL_GET32 (src, 4)\r\n\r\n#define __STRING2_SMALL_GET16(src, idx) (((__const unsigned char *) (__const char *) (src))[idx + 1] \u003c\u003c 8 | ((__const unsigned char *) (__const char *) (src))[idx])\r\n\r\n#define __STRING2_SMALL_GET32(src, idx) (((((__const unsigned char *) (__const char *) (src))[idx + 3] \u003c\u003c 8 | ((__const unsigned char *) (__const char *) (src))[idx + 2]) \u003c\u003c 8 | ((__const unsigned char *) (__const char *) (src))[idx + 1]) \u003c\u003c 8 | ((__const unsigned char *) (__const char *) (src))[idx])\r\n\r\nstpcpy (stpcpy (stpcpy (stpcpy (a, b), c), d), e)\r\nstpcpy (stpcpy (stpcpy (stpcpy (a, b), c), d), e)\r\nstpcpy (stpcpy (stpcpy (stpcpy (a, b), c), d), e)\r\nstpcpy (stpcpy (stpcpy (stpcpy (a, b), c), d), e)\r\nstpcpy (stpcpy (stpcpy (stpcpy (a, b), c), d), e)\r\nstpcpy (stpcpy (stpcpy (stpcpy (a, b), c), d), e)\r\nstpcpy (stpcpy (stpcpy (stpcpy (a, b), c), d), e)\r\nstpcpy (stpcpy (stpcpy (stpcpy (a, b), c), d), e)\r\nstpcpy (stpcpy (stpcpy (stpcpy (a, b), c), d), e)\r\nstpcpy (stpcpy (stpcpy (stpcpy (a, b), c), d), e)\r\nstpcpy (stpcpy (stpcpy (stpcpy (a, b), c), d), e)\r\nstpcpy (stpcpy (stpcpy (stpcpy (a, b), c), d), e)\r\nstpcpy (stpcpy (stpcpy (stpcpy (a, b), c), d), e)\r\nstpcpy (stpcpy (stpcpy (stpcpy (a, b), c), d), e)\r\nstpcpy (stpcpy (stpcpy (stpcpy (a, b), c), d), e)\r\nstpcpy (stpcpy (stpcpy (stpcpy (a, b), c), d), e)\r\nstpcpy (stpcpy (stpcpy (stpcpy (a, b), c), d), e)\r\nstpcpy (stpcpy (stpcpy (stpcpy (a, b), c), d), e)\r\nstpcpy (stpcpy (stpcpy (stpcpy (a, b), c), d), e)\r\nstpcpy (stpcpy (stpcpy (stpcpy (a, b), c), d), e)\r\nstpcpy (stpcpy (stpcpy (stpcpy (a, b), c), d), e)\r\nstpcpy (stpcpy (stpcpy (stpcpy (a, b), c), d), e)\r\nstpcpy (stpcpy (stpcpy (stpcpy (a, b), c), d), e)\r\nstpcpy (stpcpy (stpcpy (stpcpy (a, b), c), d), e)\r\nstpcpy (stpcpy (stpcpy (stpcpy (a, b), c), d), e)\r\nstpcpy (stpcpy (stpcpy (stpcpy (a, b), c), d), e)\r\nstpcpy (stpcpy (stpcpy (stpcpy (a, b), c), d), e)\r\nstpcpy (stpcpy (stpcpy (stpcpy (a, b), c), d), e)\r\nstpcpy (stpcpy (stpcpy (stpcpy (a, b), c), d), e)\r\nstpcpy (stpcpy (stpcpy (stpcpy (a, b), c), d), e)\r\nstpcpy (stpcpy (stpcpy (stpcpy (a, b), c), d), e)\r\nstpcpy (stpcpy (stpcpy (stpcpy (a, b), c), d), e)\r\nstpcpy (stpcpy (stpcpy (stpcpy (a, b), c), d), e)\r\n```\r\n\r\nThis ticket was cloned from http://trac.cppcheck.net/ticket/8038","author":{"url":"https://github.com/amai2012","@type":"Person","name":"amai2012"},"datePublished":"2017-09-01T19:38:53.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/96/simplecpp/issues/96"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:52f6103e-5fc2-8d7c-30b8-7cad91f9ed32
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idE3EE:9775E:62C51A:85BDB2:6A4EBECE
html-safe-noncec59e77155668f29a255426655455e072295528d13f70690388060329910f76b0
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFM0VFOjk3NzVFOjYyQzUxQTo4NUJEQjI6NkE0RUJFQ0UiLCJ2aXNpdG9yX2lkIjoiODg1MzY5Nzc0ODEzNTc1NTQ3MCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac3d0cf3323e21d4b6b3981fa3b64768f9d9777d8354528d510aed897253a2db01
hovercard-subject-tagissue:254733664
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/cppcheck-opensource/simplecpp/96/issue_layout
twitter:imagehttps://opengraph.githubassets.com/7a5a37cf786b2d06b645b604f4ea83155e2eb349b544f8a47e46bb733952c346/cppcheck-opensource/simplecpp/issues/96
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/7a5a37cf786b2d06b645b604f4ea83155e2eb349b544f8a47e46bb733952c346/cppcheck-opensource/simplecpp/issues/96
og:image:altThe following testcode from clang ​https://raw.githubusercontent.com/clang-ykt/clang/master/INPUTS/stpcpy-test.c causes simplecpp to choke (run out of memory): #define __extension__ #define __stpcp...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameamai2012
hostnamegithub.com
expected-hostnamegithub.com
None41b6ab3ba6d20a71766ac245b5a4a94c6fc672a9cd4da7d44c1b33ab8bf6a21c
turbo-cache-controlno-preview
go-importgithub.com/cppcheck-opensource/simplecpp git https://github.com/cppcheck-opensource/simplecpp.git
octolytics-dimension-user_id278097703
octolytics-dimension-user_logincppcheck-opensource
octolytics-dimension-repository_id33434464
octolytics-dimension-repository_nwocppcheck-opensource/simplecpp
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id33434464
octolytics-dimension-repository_network_root_nwocppcheck-opensource/simplecpp
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasee6a744804e8e70f97b4d5a18a94dcc63db22f97a
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/cppcheck-opensource/simplecpp/issues/96#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fcppcheck-opensource%2Fsimplecpp%2Fissues%2F96
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%2Fsimplecpp%2Fissues%2F96
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%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=cppcheck-opensource%2Fsimplecpp
Reloadhttps://github.com/cppcheck-opensource/simplecpp/issues/96
Reloadhttps://github.com/cppcheck-opensource/simplecpp/issues/96
Reloadhttps://github.com/cppcheck-opensource/simplecpp/issues/96
Please reload this pagehttps://github.com/cppcheck-opensource/simplecpp/issues/96
cppcheck-opensource https://github.com/cppcheck-opensource
simplecpphttps://github.com/cppcheck-opensource/simplecpp
Notifications https://github.com/login?return_to=%2Fcppcheck-opensource%2Fsimplecpp
Fork 104 https://github.com/login?return_to=%2Fcppcheck-opensource%2Fsimplecpp
Star 263 https://github.com/login?return_to=%2Fcppcheck-opensource%2Fsimplecpp
Code https://github.com/cppcheck-opensource/simplecpp
Issues 82 https://github.com/cppcheck-opensource/simplecpp/issues
Pull requests 31 https://github.com/cppcheck-opensource/simplecpp/pulls
Actions https://github.com/cppcheck-opensource/simplecpp/actions
Wiki https://github.com/cppcheck-opensource/simplecpp/wiki
Security and quality 0 https://github.com/cppcheck-opensource/simplecpp/security
Insights https://github.com/cppcheck-opensource/simplecpp/pulse
Code https://github.com/cppcheck-opensource/simplecpp
Issues https://github.com/cppcheck-opensource/simplecpp/issues
Pull requests https://github.com/cppcheck-opensource/simplecpp/pulls
Actions https://github.com/cppcheck-opensource/simplecpp/actions
Wiki https://github.com/cppcheck-opensource/simplecpp/wiki
Security and quality https://github.com/cppcheck-opensource/simplecpp/security
Insights https://github.com/cppcheck-opensource/simplecpp/pulse
simplecpp chokes on clang/master/INPUTS/stpcpy-test.chttps://github.com/cppcheck-opensource/simplecpp/issues/96#top
https://github.com/amai2012
amai2012https://github.com/amai2012
on Sep 1, 2017https://github.com/cppcheck-opensource/simplecpp/issues/96#issue-254733664
https://raw.githubusercontent.com/clang-ykt/clang/master/INPUTS/stpcpy-test.chttps://raw.githubusercontent.com/clang-ykt/clang/master/INPUTS/stpcpy-test.c
http://trac.cppcheck.net/ticket/8038http://trac.cppcheck.net/ticket/8038
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.