-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rework: platform_buffer_deinit() can only be called on bh that was su…
…ccessfully init()'ed previously. Fix error handling in clockcache_init() -> deinit(), to now only call platform_buffer_deinit() on cc->variables that are validly pointing to buffer handle addresses that were previously successfully init()'ed. This addresses Rob's last remaining comment on the error handling aspects of this fix. Adjust unit-tests accordingly. Backout prelim version of clockcache_test.c as it was felt to be not necessary at this time. Minor bugfix: Correct use of uint32 to uint64 to avoid overflow.
- Loading branch information
Showing
6 changed files
with
23 additions
and
182 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
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
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
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
This file was deleted.
Oops, something went wrong.
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