-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use-after-free of ScheduledEvents #647
Comments
To be honest, it is really annoying to see any ASAN report on the framework (pubsub ASAN report is more acceptable), especially in the last minutes before a shiny new release. After After the framework startup, there is no further dynamic memory allocation/deallocation except for ScheduleEvent, thus it is not the framework who deallocated a newly created event. The interesting part is ASAN does not report use-after-free within
From what I saw, it does not seem like a Celix bug. But let's watch for a longer time if it reproduces. |
Another use-after-free is reported:
|
#647: Fix use-after-free in celix_framework_scheduleEvent.
I inspected scheduled CI actions, and found the following failure.
Though this is very unlikely to be a real bug, which I'll analyze later, I record it for further observation.
https://github.com/apache/celix/actions/runs/6242193992/job/16945710698
The text was updated successfully, but these errors were encountered: