sus-impost0r
sus-impost0r
- Fix a bug in `config_darwin` where a llvm-config version less than 13 would be accepted because a parameter expansion was forgotten. - Port the script to POSIX sh (replace...
## Describe the feature Users should be able to specify their own allocation functions. ## Acceptance criteria - [ ] add an OOM CCORDcode - [ ] implement a way...
Fix bug on big-endian platforms, caused by cws assuming the GNU extension __BYTE_ORDER__ is defined.
## What? This PR will replace the _cws_ntoh and _cws_hton functions with _cws_itob_be and _cws_btoi_be. ## Why? When concord is built on a big-endian platform without the `__BYTE_ORDER__` GNU extension,...