[ETW] ETW log exporter possible memory ownership issues #3418
Labels
bug
Something isn't working
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
This is not confirmed with testing, only a suspicion raised by code review.
The ostream log exporter has memory ownership issues that can lead to crashes.
See related:
It turns out (seen by code review) that file etw_logger.h uses exactly the same pattern,
so it should be subject to the same issues.
attributes_map_
andbody_
can contain stale pointers.The text was updated successfully, but these errors were encountered: