tracing 0.1.40
·
141 commits
to main
since this release
This release fixes a potential stack use-after-free in the
Instrument::into_inner method. Only uses of this method are affected by this
bug.
Fixed
- Use
mem::ManuallyDropinstead ofmem::forgetinInstrument::into_inner
(#2765)
Thanks to @cramertj and @Manishearth for finding and fixing this issue!