aboutgitcodelistschat:MatrixIRC
path: root/tests/unit/test_errors.c
Commit message (Collapse)AuthorAgeFilesLines
* seitan: add check for limits to op_cmpAlice Frosi2023-05-101-1/+30
| | | | Adding the offset limits checks and unit tests.
* Refactoring of gluten_read/writeAlice Frosi2023-05-101-14/+24
| | | | | | | | Refactor includes: - use static inline instead of macro - return -1 if there is an error and don't exit - eval return 0 or -1 - adjust code and tests
* gluten: check limitsAlice Frosi2023-05-091-0/+118
Add bounds checking: - if offset is larger then the maximum per offset type - if memcpy is reading/writing inside gluten