Skip to content

Conversation

@strahinjamijajlovic
Copy link
Contributor

Add thread static boolean variable to all patches in order to detect reentrancy and return early if detected

@strahinjamijajlovic strahinjamijajlovic marked this pull request as ready for review October 27, 2025 14:15
public static class IOPatcher
{
private const string OperationKind = "fs_op";
[ThreadStatic]
Copy link

@aikido-pr-checks aikido-pr-checks bot Oct 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Class IOPatcher now includes a thread-static reentrancy flag, mixing concurrency/state management with file-operation patching logic.

Feedback

Post a comment with the following structure to provide feedback on this finding:

@AikidoSec feedback: [FEEDBACK]

Aikido will process this feedback into learnings to give better review comments in the future.
More info

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants