Page MenuHomeFreeBSD

Fix three epoch leaks
ClosedPublic

Authored by jtl on Oct 6 2018, 11:25 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 13, 9:32 AM
Unknown Object (File)
Sat, Oct 4, 8:59 AM
Unknown Object (File)
Sep 16 2025, 3:36 AM
Unknown Object (File)
Sep 1 2025, 10:44 AM
Unknown Object (File)
Jul 22 2025, 3:28 AM
Unknown Object (File)
Jul 5 2025, 8:23 AM
Unknown Object (File)
Jun 27 2025, 3:41 PM
Unknown Object (File)
Jun 22 2025, 5:11 PM
Subscribers

Details

Summary

There are three places where we leak epoch sections. This is bad for two reasons: the epoch section won't exit, and we will leave the epoch tracker from the stack on the epoch list.

Fix the epoch leak by making sure we exit epoch sections before returning.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable