Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I have workarounds for all "simple" cases of UB in C(this is partially what the talk is about). The test code is running with `-fsantize=undefined`, and triggers no UB checks.

There are also escape hatches for strict aliasing in the C standard - mainly using memcpy for all memory operations.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: