Skip to content

Conversation

@topperc
Copy link
Collaborator

@topperc topperc commented Mar 6, 2025

No description provided.

@topperc topperc requested a review from arsenm March 6, 2025 19:38
@topperc topperc merged commit f5eeeec into llvm:main Mar 7, 2025
13 checks passed
@topperc topperc deleted the pr/machinepipe branch March 7, 2025 02:39
@vitalybuka
Copy link
Collaborator

Looks like this UAF is from this patch https://lab.llvm.org/buildbot/#/builders/169/builds/9150

@topperc
Copy link
Collaborator Author

topperc commented Mar 7, 2025

Looks like this UAF is from this patch https://lab.llvm.org/buildbot/#/builders/169/builds/9150

Thanks I'll take a look.

vitalybuka added a commit that referenced this pull request Mar 7, 2025
…Map (#130311)

After #130165.

In the code: `VRMap[CurStageNum][Def] = VRMap[CurStageNum][LoopVal]`
`VRMap[CurStageNum][LoopVal]` calculates a reference before
`VRMap[CurStageNum][Def]` which may rehash the DenseMap.
Then the reference can be dead.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants