Skip to content

tracing 0.1.40

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Oct 01:05
· 558 commits to master since this release
tracing-0.1.40
15600a3

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::ManuallyDrop instead of mem::forget in Instrument::into_inner
    (#2765)

Thanks to @cramertj and @Manishearth for finding and fixing this issue!