René's URL Explorer Experiment


Title: C++: Fix conflation in barrier guards by MathiasVP · Pull Request #21171 · github/codeql · GitHub

Open Graph Title: C++: Fix conflation in barrier guards by MathiasVP · Pull Request #21171 · github/codeql

X Title: C++: Fix conflation in barrier guards by MathiasVP · Pull Request #21171 · github/codeql

Description: While working on MaD support for barriers/barrier guards for C/C++ I discovered a bug related to indirect barrier guards. This PR fixes that bug at the cost of: Exposing a predicate that was private in the shared Guards library, and Losing a small bit of smartness in barrier guards related to stuff like: if(x == y && clean(x)) { sink(y); // okay because `clean` is a barrier and `x == y` } The problem is that (as @aschackmull also discovered when we were porting C++ to the shared SSA library's dataflow integration layer) we cannot relate an SsaDefinition to an Instruction without an indirection index. So on something like: void foo(int* p) { if (validate_indirection(p)) { sink(*p); } } When guardChecksInstr says that p is a barrier guard with indirection 1 guardChecksDef finds the associated Ssa definition for p (and not its indirection, *p, since guardReadsSsaVar doesn't have access to the indirection index) and places a barrier on &p, p, and *p instead of just *p like it was intended. I can imagine better fixes for this. In particular: Thread an additional language-supplied data column through the guards library and make it available for getARead. C/C++ instantiates the shared Guards library with AstNode = (Instruction, int) instead of AstNode = Instruction like we do currently. This should be totally doable (albeit with another breaking change to the barrier guards library for C/C++ 😭) @aschackmull do you have any thoughts on this? In the first commit I switch dataflow to use Type instead of DataFlowType. This may look scary, but DataFlowType is just Type with an empty toString (see here). This was necessary to create the testcase I wanted.

Open Graph Description: While working on MaD support for barriers/barrier guards for C/C++ I discovered a bug related to indirect barrier guards. This PR fixes that bug at the cost of: Exposing a predicate that was priva...

X Description: While working on MaD support for barriers/barrier guards for C/C++ I discovered a bug related to indirect barrier guards. This PR fixes that bug at the cost of: Exposing a predicate that was priva...

Opengraph URL: https://github.com/github/codeql/pull/21171

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:65e6cd48-292c-0a00-af3a-e26b95bcbbde
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idDDCC:343EA:8ADABF:BE33E1:696E7FA6
html-safe-nonce554464d77e364aec90e31b63ac00c23ab4c4ecd68e7720d50d3324c60c97364c
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJERENDOjM0M0VBOjhBREFCRjpCRTMzRTE6Njk2RTdGQTYiLCJ2aXNpdG9yX2lkIjoiODc5NTUyNjcyMzk0ODkzNzEyNiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac05157e4a438c6ea93519a75776df4779511e6813fbb6ceeb0b05281e2ab1d3b0
hovercard-subject-tagpull_request:3177026921
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/github/codeql/pull/21171/files
twitter:imagehttps://avatars.githubusercontent.com/u/4527323?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/4527323?s=400&v=4
og:image:altWhile working on MaD support for barriers/barrier guards for C/C++ I discovered a bug related to indirect barrier guards. This PR fixes that bug at the cost of: Exposing a predicate that was priva...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Nonefdad15fd2ad43212aa8b8be5f2c2725550f8374ceeeb154a999ad9145b43f3f7
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/github/codeql git https://github.com/github/codeql.git
octolytics-dimension-user_id9919
octolytics-dimension-user_logingithub
octolytics-dimension-repository_id143040428
octolytics-dimension-repository_nwogithub/codeql
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id143040428
octolytics-dimension-repository_network_root_nwogithub/codeql
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
release27b23bc056eb973d350fc95afc848757edb9e7a9
ui-targetcanary-2
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/github/codeql/pull/21171/files#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgithub%2Fcodeql%2Fpull%2F21171%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
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
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
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/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://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgithub%2Fcodeql%2Fpull%2F21171%2Ffiles
Sign up https://patch-diff.githubusercontent.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=github%2Fcodeql
Reloadhttps://patch-diff.githubusercontent.com/github/codeql/pull/21171/files
Reloadhttps://patch-diff.githubusercontent.com/github/codeql/pull/21171/files
Reloadhttps://patch-diff.githubusercontent.com/github/codeql/pull/21171/files
github https://patch-diff.githubusercontent.com/github
codeqlhttps://patch-diff.githubusercontent.com/github/codeql
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fgithub%2Fcodeql
Fork 1.9k https://patch-diff.githubusercontent.com/login?return_to=%2Fgithub%2Fcodeql
Star 9.1k https://patch-diff.githubusercontent.com/login?return_to=%2Fgithub%2Fcodeql
Code https://patch-diff.githubusercontent.com/github/codeql
Issues 919 https://patch-diff.githubusercontent.com/github/codeql/issues
Pull requests 367 https://patch-diff.githubusercontent.com/github/codeql/pulls
Discussions https://patch-diff.githubusercontent.com/github/codeql/discussions
Actions https://patch-diff.githubusercontent.com/github/codeql/actions
Projects 0 https://patch-diff.githubusercontent.com/github/codeql/projects
Models https://patch-diff.githubusercontent.com/github/codeql/models
Security Uh oh! There was an error while loading. Please reload this page. https://patch-diff.githubusercontent.com/github/codeql/security
Please reload this pagehttps://patch-diff.githubusercontent.com/github/codeql/pull/21171/files
Insights https://patch-diff.githubusercontent.com/github/codeql/pulse
Code https://patch-diff.githubusercontent.com/github/codeql
Issues https://patch-diff.githubusercontent.com/github/codeql/issues
Pull requests https://patch-diff.githubusercontent.com/github/codeql/pulls
Discussions https://patch-diff.githubusercontent.com/github/codeql/discussions
Actions https://patch-diff.githubusercontent.com/github/codeql/actions
Projects https://patch-diff.githubusercontent.com/github/codeql/projects
Models https://patch-diff.githubusercontent.com/github/codeql/models
Security https://patch-diff.githubusercontent.com/github/codeql/security
Insights https://patch-diff.githubusercontent.com/github/codeql/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2Fgithub%2Fcodeql%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://patch-diff.githubusercontent.com/login?return_to=%2Fgithub%2Fcodeql%2Fissues%2Fnew%2Fchoose
MathiasVPhttps://patch-diff.githubusercontent.com/MathiasVP
github:mainhttps://patch-diff.githubusercontent.com/github/codeql/tree/main
MathiasVP:fix-conflation-in-guardshttps://patch-diff.githubusercontent.com/MathiasVP/ql/tree/fix-conflation-in-guards
Conversation 5 https://patch-diff.githubusercontent.com/github/codeql/pull/21171
Commits 6 https://patch-diff.githubusercontent.com/github/codeql/pull/21171/commits
Checks 37 https://patch-diff.githubusercontent.com/github/codeql/pull/21171/checks
Files changed https://patch-diff.githubusercontent.com/github/codeql/pull/21171/files
Please reload this pagehttps://patch-diff.githubusercontent.com/github/codeql/pull/21171/files
C++: Fix conflation in barrier guards https://patch-diff.githubusercontent.com/github/codeql/pull/21171/files#top
Show all changes 6 commits https://patch-diff.githubusercontent.com/github/codeql/pull/21171/files
27a437a C++: Modify test to reveal a bug. MathiasVP Jan 15, 2026 https://patch-diff.githubusercontent.com/github/codeql/pull/21171/commits/27a437a5141953f21e39095aa5c9d5899a0cacf6
2868150 C++: Fix bug and accept test changes. MathiasVP Jan 15, 2026 https://patch-diff.githubusercontent.com/github/codeql/pull/21171/commits/28681508f3ac1977309a3608268fd6b483757f15
6da7890 C++: Add indirect barrier guard to 'cpp/unbounded-write' to prevent F… MathiasVP Jan 15, 2026 https://patch-diff.githubusercontent.com/github/codeql/pull/21171/commits/6da7890ff528b3e6b8221f2fa0e86475e763e57a
5e9fd12 Update cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll MathiasVP Jan 16, 2026 https://patch-diff.githubusercontent.com/github/codeql/pull/21171/commits/5e9fd12d8c71e428b361b56525c75663554e8ed1
08a6b99 C++: Add change note. MathiasVP Jan 16, 2026 https://patch-diff.githubusercontent.com/github/codeql/pull/21171/commits/08a6b99cfd43a3dd6c35b23b4033ae9503291e38
f05bff0 C++: Switch another 'DataFlowType' to 'Type'. MathiasVP Jan 16, 2026 https://patch-diff.githubusercontent.com/github/codeql/pull/21171/commits/f05bff01e464c22fe7ef2aa24c88a1950e567400
Clear filters https://patch-diff.githubusercontent.com/github/codeql/pull/21171/files
Please reload this pagehttps://patch-diff.githubusercontent.com/github/codeql/pull/21171/files
Please reload this pagehttps://patch-diff.githubusercontent.com/github/codeql/pull/21171/files
2026-01-16-barrier-guard-conflation.md https://patch-diff.githubusercontent.com/github/codeql/pull/21171/files#diff-f1754cc01ae62bdb9bda28434b8d415cce7cd931701768f7c4c60fee5735a763
DataFlowUtil.qll https://patch-diff.githubusercontent.com/github/codeql/pull/21171/files#diff-e9e4c8dbaa54c9f16e1533c09bb66ff3ec456e747f98de139672cfa0412a463c
SsaImpl.qll https://patch-diff.githubusercontent.com/github/codeql/pull/21171/files#diff-3c07b70d811d95cc639a5bd51c71c4f12982b0dbec53bc421f11b291f5f39be5
UnboundedWrite.ql https://patch-diff.githubusercontent.com/github/codeql/pull/21171/files#diff-4babd10a0ccb9bdc06643f2c918aee60966bc25f6bf081153cf9c1e7a30f6480
CaptureModels.qll https://patch-diff.githubusercontent.com/github/codeql/pull/21171/files#diff-a5da89f79df08689c392c8af7b40b1c416faa81e3356a4de573e694c7c7f3666
test.cpp https://patch-diff.githubusercontent.com/github/codeql/pull/21171/files#diff-26f4ef0a2d07a6570060003444495e265a88327ca9045790afb5032abb21d184
test.ql https://patch-diff.githubusercontent.com/github/codeql/pull/21171/files#diff-4eba9742cc47e13aa1177e113931d92c80659bc6c78196888ba7414b73f3f9e6
Guards.qll https://patch-diff.githubusercontent.com/github/codeql/pull/21171/files#diff-a6dcfee378738ac91937e4fe43fb3c918d64e819b2fb4999f1ffea7d932ecf82
https://patch-diff.githubusercontent.com/github/codeql/blob/main/CODEOWNERS#L6
cpp/ql/lib/change-notes/2026-01-16-barrier-guard-conflation.mdhttps://patch-diff.githubusercontent.com/github/codeql/pull/21171/files#diff-f1754cc01ae62bdb9bda28434b8d415cce7cd931701768f7c4c60fee5735a763
View file https://patch-diff.githubusercontent.com/MathiasVP/ql/blob/f05bff01e464c22fe7ef2aa24c88a1950e567400/cpp/ql/lib/change-notes/2026-01-16-barrier-guard-conflation.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/github/codeql/pull/21171/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/github/codeql/blob/main/CODEOWNERS#L6
cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qllhttps://patch-diff.githubusercontent.com/github/codeql/pull/21171/files#diff-e9e4c8dbaa54c9f16e1533c09bb66ff3ec456e747f98de139672cfa0412a463c
View file https://patch-diff.githubusercontent.com/MathiasVP/ql/blob/f05bff01e464c22fe7ef2aa24c88a1950e567400/cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/github/codeql/pull/21171/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/github/codeql/pull/21171/files#diff-e9e4c8dbaa54c9f16e1533c09bb66ff3ec456e747f98de139672cfa0412a463c
https://patch-diff.githubusercontent.com/github/codeql/pull/21171/files#diff-e9e4c8dbaa54c9f16e1533c09bb66ff3ec456e747f98de139672cfa0412a463c
https://patch-diff.githubusercontent.com/github/codeql/pull/21171/files#diff-e9e4c8dbaa54c9f16e1533c09bb66ff3ec456e747f98de139672cfa0412a463c
https://patch-diff.githubusercontent.com/github/codeql/pull/21171/files#diff-e9e4c8dbaa54c9f16e1533c09bb66ff3ec456e747f98de139672cfa0412a463c
https://patch-diff.githubusercontent.com/github/codeql/pull/21171/files#diff-e9e4c8dbaa54c9f16e1533c09bb66ff3ec456e747f98de139672cfa0412a463c
https://patch-diff.githubusercontent.com/github/codeql/pull/21171/files#diff-e9e4c8dbaa54c9f16e1533c09bb66ff3ec456e747f98de139672cfa0412a463c
https://patch-diff.githubusercontent.com/github/codeql/pull/21171/files#diff-e9e4c8dbaa54c9f16e1533c09bb66ff3ec456e747f98de139672cfa0412a463c
https://patch-diff.githubusercontent.com/github/codeql/pull/21171/files#diff-e9e4c8dbaa54c9f16e1533c09bb66ff3ec456e747f98de139672cfa0412a463c
https://patch-diff.githubusercontent.com/github/codeql/pull/21171/files#diff-e9e4c8dbaa54c9f16e1533c09bb66ff3ec456e747f98de139672cfa0412a463c
https://patch-diff.githubusercontent.com/github/codeql/pull/21171/files#diff-e9e4c8dbaa54c9f16e1533c09bb66ff3ec456e747f98de139672cfa0412a463c
https://patch-diff.githubusercontent.com/github/codeql/pull/21171/files#diff-e9e4c8dbaa54c9f16e1533c09bb66ff3ec456e747f98de139672cfa0412a463c
https://patch-diff.githubusercontent.com/github/codeql/pull/21171/files#diff-e9e4c8dbaa54c9f16e1533c09bb66ff3ec456e747f98de139672cfa0412a463c
https://patch-diff.githubusercontent.com/github/codeql/pull/21171/files#diff-e9e4c8dbaa54c9f16e1533c09bb66ff3ec456e747f98de139672cfa0412a463c
https://patch-diff.githubusercontent.com/github/codeql/pull/21171/files#diff-e9e4c8dbaa54c9f16e1533c09bb66ff3ec456e747f98de139672cfa0412a463c
https://patch-diff.githubusercontent.com/github/codeql/pull/21171/files#diff-e9e4c8dbaa54c9f16e1533c09bb66ff3ec456e747f98de139672cfa0412a463c
https://patch-diff.githubusercontent.com/github/codeql/pull/21171/files#diff-e9e4c8dbaa54c9f16e1533c09bb66ff3ec456e747f98de139672cfa0412a463c
https://patch-diff.githubusercontent.com/github/codeql/pull/21171/files#diff-e9e4c8dbaa54c9f16e1533c09bb66ff3ec456e747f98de139672cfa0412a463c
https://patch-diff.githubusercontent.com/github/codeql/pull/21171/files#diff-e9e4c8dbaa54c9f16e1533c09bb66ff3ec456e747f98de139672cfa0412a463c
https://patch-diff.githubusercontent.com/github/codeql/pull/21171/files#diff-e9e4c8dbaa54c9f16e1533c09bb66ff3ec456e747f98de139672cfa0412a463c
https://patch-diff.githubusercontent.com/github/codeql/pull/21171/files#diff-e9e4c8dbaa54c9f16e1533c09bb66ff3ec456e747f98de139672cfa0412a463c
https://patch-diff.githubusercontent.com/github/codeql/pull/21171/files#diff-e9e4c8dbaa54c9f16e1533c09bb66ff3ec456e747f98de139672cfa0412a463c
https://patch-diff.githubusercontent.com/github/codeql/pull/21171/files#diff-e9e4c8dbaa54c9f16e1533c09bb66ff3ec456e747f98de139672cfa0412a463c
https://patch-diff.githubusercontent.com/github/codeql/pull/21171/files#diff-e9e4c8dbaa54c9f16e1533c09bb66ff3ec456e747f98de139672cfa0412a463c
https://patch-diff.githubusercontent.com/github/codeql/pull/21171/files#diff-e9e4c8dbaa54c9f16e1533c09bb66ff3ec456e747f98de139672cfa0412a463c
https://patch-diff.githubusercontent.com/github/codeql/pull/21171/files#diff-e9e4c8dbaa54c9f16e1533c09bb66ff3ec456e747f98de139672cfa0412a463c
https://patch-diff.githubusercontent.com/github/codeql/blob/main/CODEOWNERS#L6
cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/SsaImpl.qllhttps://patch-diff.githubusercontent.com/github/codeql/pull/21171/files#diff-3c07b70d811d95cc639a5bd51c71c4f12982b0dbec53bc421f11b291f5f39be5
View file https://patch-diff.githubusercontent.com/MathiasVP/ql/blob/f05bff01e464c22fe7ef2aa24c88a1950e567400/cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/SsaImpl.qll
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/github/codeql/pull/21171/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/github/codeql/pull/21171/files#diff-3c07b70d811d95cc639a5bd51c71c4f12982b0dbec53bc421f11b291f5f39be5
https://patch-diff.githubusercontent.com/github/codeql/pull/21171/files#diff-3c07b70d811d95cc639a5bd51c71c4f12982b0dbec53bc421f11b291f5f39be5
https://patch-diff.githubusercontent.com/github/codeql/pull/21171/files#diff-3c07b70d811d95cc639a5bd51c71c4f12982b0dbec53bc421f11b291f5f39be5
https://patch-diff.githubusercontent.com/github/codeql/pull/21171/files#diff-3c07b70d811d95cc639a5bd51c71c4f12982b0dbec53bc421f11b291f5f39be5
https://patch-diff.githubusercontent.com/github/codeql/blob/main/CODEOWNERS#L6
cpp/ql/src/Security/CWE/CWE-120/UnboundedWrite.qlhttps://patch-diff.githubusercontent.com/github/codeql/pull/21171/files#diff-4babd10a0ccb9bdc06643f2c918aee60966bc25f6bf081153cf9c1e7a30f6480
View file https://patch-diff.githubusercontent.com/MathiasVP/ql/blob/f05bff01e464c22fe7ef2aa24c88a1950e567400/cpp/ql/src/Security/CWE/CWE-120/UnboundedWrite.ql
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/github/codeql/pull/21171/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/github/codeql/pull/21171/files#diff-4babd10a0ccb9bdc06643f2c918aee60966bc25f6bf081153cf9c1e7a30f6480
https://patch-diff.githubusercontent.com/github/codeql/pull/21171/files#diff-4babd10a0ccb9bdc06643f2c918aee60966bc25f6bf081153cf9c1e7a30f6480
https://patch-diff.githubusercontent.com/github/codeql/blob/main/CODEOWNERS#L6
cpp/ql/src/utils/modelgenerator/internal/CaptureModels.qllhttps://patch-diff.githubusercontent.com/github/codeql/pull/21171/files#diff-a5da89f79df08689c392c8af7b40b1c416faa81e3356a4de573e694c7c7f3666
View file https://patch-diff.githubusercontent.com/MathiasVP/ql/blob/f05bff01e464c22fe7ef2aa24c88a1950e567400/cpp/ql/src/utils/modelgenerator/internal/CaptureModels.qll
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/github/codeql/pull/21171/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/github/codeql/pull/21171/files#diff-a5da89f79df08689c392c8af7b40b1c416faa81e3356a4de573e694c7c7f3666
https://patch-diff.githubusercontent.com/github/codeql/pull/21171/files#diff-a5da89f79df08689c392c8af7b40b1c416faa81e3356a4de573e694c7c7f3666
https://patch-diff.githubusercontent.com/github/codeql/blob/main/CODEOWNERS#L6
cpp/ql/test/library-tests/dataflow/ir-barrier-guards/test.cpphttps://patch-diff.githubusercontent.com/github/codeql/pull/21171/files#diff-26f4ef0a2d07a6570060003444495e265a88327ca9045790afb5032abb21d184
View file https://patch-diff.githubusercontent.com/MathiasVP/ql/blob/f05bff01e464c22fe7ef2aa24c88a1950e567400/cpp/ql/test/library-tests/dataflow/ir-barrier-guards/test.cpp
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/github/codeql/pull/21171/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/github/codeql/pull/21171/files#diff-26f4ef0a2d07a6570060003444495e265a88327ca9045790afb5032abb21d184
https://patch-diff.githubusercontent.com/github/codeql/blob/main/CODEOWNERS#L6
cpp/ql/test/library-tests/dataflow/ir-barrier-guards/test.qlhttps://patch-diff.githubusercontent.com/github/codeql/pull/21171/files#diff-4eba9742cc47e13aa1177e113931d92c80659bc6c78196888ba7414b73f3f9e6
View file https://patch-diff.githubusercontent.com/MathiasVP/ql/blob/f05bff01e464c22fe7ef2aa24c88a1950e567400/cpp/ql/test/library-tests/dataflow/ir-barrier-guards/test.ql
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/github/codeql/pull/21171/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/github/codeql/pull/21171/files#diff-4eba9742cc47e13aa1177e113931d92c80659bc6c78196888ba7414b73f3f9e6
https://patch-diff.githubusercontent.com/github/codeql/pull/21171/files#diff-4eba9742cc47e13aa1177e113931d92c80659bc6c78196888ba7414b73f3f9e6
https://patch-diff.githubusercontent.com/github/codeql/blob/main/CODEOWNERS#L26
shared/controlflow/codeql/controlflow/Guards.qllhttps://patch-diff.githubusercontent.com/github/codeql/pull/21171/files#diff-a6dcfee378738ac91937e4fe43fb3c918d64e819b2fb4999f1ffea7d932ecf82
View file https://patch-diff.githubusercontent.com/MathiasVP/ql/blob/f05bff01e464c22fe7ef2aa24c88a1950e567400/shared/controlflow/codeql/controlflow/Guards.qll
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/github/codeql/pull/21171/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/github/codeql/pull/21171/files#diff-a6dcfee378738ac91937e4fe43fb3c918d64e819b2fb4999f1ffea7d932ecf82
https://patch-diff.githubusercontent.com/github/codeql/pull/21171/files#diff-a6dcfee378738ac91937e4fe43fb3c918d64e819b2fb4999f1ffea7d932ecf82
Please reload this pagehttps://patch-diff.githubusercontent.com/github/codeql/pull/21171/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.