Skip to content

Fix flaky test#385

Open
KrishaDeshkool wants to merge 2 commits intoeclipse-score:mainfrom
KrishaDeshkool:fix_flaky_test
Open

Fix flaky test#385
KrishaDeshkool wants to merge 2 commits intoeclipse-score:mainfrom
KrishaDeshkool:fix_flaky_test

Conversation

@KrishaDeshkool
Copy link
Copy Markdown
Contributor

@KrishaDeshkool KrishaDeshkool commented May 5, 2026

Issue: #386

The root case is as the following, when the ProxyMethod is constructed it calls RegisterMethod that populates a map that holds a ref to the ProxyMethod and during the destruction this Proxy method does not do anything so this map still stays populated, then the ServiceDiscovery client can iterate through this map and try to call MarkUnsubscribe() on already dead proxymethod object,
leading to use after free case.
@KrishaDeshkool KrishaDeshkool marked this pull request as ready for review May 5, 2026 14:25
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.

1 participant