Y
Hacker News
new
|
ask
|
show
|
jobs
by
tines
33 days ago
Pretty interesting, but what’s the reason of being for Fil-C?
3 comments
connicpu
33 days ago
Can't speak to how everyone else is using it but at my job we run all of our unit tests under Fil-C as part of CI, in addition to the UBASAN, TSAN, and Valgrind pipelines we already had for them.
link
carry_bit
33 days ago
There's a whole lot of C and C++ software out there, and Fil-C makes it memory safe, frequently with minimal work.
link
nick__m
33 days ago
Memory safety for existing C and C++ codebase.
link
pjmlp
32 days ago
Especially in systems where CHERI, MTE, ADI and similar harware isn't available.
link