Page MenuHomeFreeBSD

Fix three epoch leaks
ClosedPublic

Authored by jtl on Oct 6 2018, 11:25 AM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 20 2023, 8:34 AM
Unknown Object (File)
Jun 29 2023, 6:31 AM
Unknown Object (File)
Jun 24 2023, 11:47 PM
Unknown Object (File)
Jun 24 2023, 11:42 PM
Unknown Object (File)
Jun 24 2023, 11:41 PM
Unknown Object (File)
Jun 24 2023, 11:29 PM
Unknown Object (File)
May 25 2023, 7:52 AM
Unknown Object (File)
May 7 2023, 6:37 AM
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