-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Thread-local exceptions caused the previous implementation to abort, which doesn't perform any cleanup, so it was necessary to handle the exceptions thread-locally and to cause the program to exit (i.e., terminate normally, with cleanup), to enhance the security and safety of the program and to protect against memory leaks.
- Loading branch information
Showing
1 changed file
with
24 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters