Lib0xc: A set of C standard library-adjacent APIs for safer systems programming
7 points by wooster 2 hours ago | 2 comments
matheusmoreira 12 minutes ago
Interesting. I'll be studying this later tonight so I can apply it to my C projects. Especially clang's -fbounds-safety.
replyplatinumrad 2 hours ago
I truly hope something like this catches on. There is so much low hanging fruit in both the C and C++ standard libraries. Spatial memory could be 90% solved in both languages by mandating the use of safe interfaces.
reply