aboutsummaryrefslogtreecommitdiff
path: root/lib/ubsan.c
AgeCommit message (Collapse)Author
2022-04-21fix warnings on 32bit riscvKimplul
+ Will most probably not work on 32bit, but nice to make 'portable' code.
2022-04-17improve node subsysKimplul
+ More robust alignment and less memory usage for status, from enum to bit
2022-04-10add basic ubsan and fix issues reported by itKimplul