Michael Graeb
Michael Graeb
It is NOT a good idea to make it idempotent (do nothing if already initialized). Imagine this scenario: - Application starts up and calls s2n_init() - later on, application dynamically...
Another idea: Do reference counting with s2n_init() and s2n_cleanup() calls. Very similar to being idempotent (the only thing that changes on a 2nd call to s2n_init() is the reference count)....
What problem are you having? Are you trying to reduce memory fragmentation by pooling the large I/O allocations? Are you trying to use different allocation schemes for large vs small...
Refactoring how our allocators work would be a large revamp that we're not able to undertake right now. I can suggest some hacks/patches you could try locally to get the...
Fixed it here: https://github.com/awslabs/aws-c-common/pull/1145
It's me, I'm the user tldr; seems like cbmc-viewer is trying to use python3.8, without explicitly depending on it here's my investigative journey.. ------------ I did have cbmc-viewer installed via...