-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* src/thbrk/brk-maximal.c (brk_maximal_do_impl, brk_recover_try): - Handle cases where brk_pool_node_new() possibly returns NULL. In both places, fail gracefully by behaving as if the dict state were single there. Partially addresses Issue #15.
- Loading branch information
Showing
2 changed files
with
23 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
2021-09-18 Theppitak Karoonboonyanan <[email protected]> | ||
|
||
Handle possible malloc failures. | ||
|
||
* src/thbrk/brk-maximal.c (brk_maximal_do_impl, brk_recover_try): | ||
- Handle cases where brk_pool_node_new() possibly returns NULL. | ||
In both places, fail gracefully by behaving as if the dict state | ||
were single there. | ||
|
||
Partially addresses Issue #15. | ||
|
||
2021-09-18 Theppitak Karoonboonyanan <[email protected]> | ||
|
||
Fix typo in TIS-620 character name. | ||
|
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