Comment on UndefinedBehaviorSanitizer's Unexpected BehaviorparentComments−nwellnhof1yit would probably be difficult to expose a wrong behavior in practice thoughEmscripten breaks if you cast function pointers: https://emscripten.org/docs/porting/guidelines/function_poin...−flohofwoe1yGood point, interesting that I never ran into this issue in real world code bases so far (and I build a lot of code with Emscripten) :)
Comments
Emscripten breaks if you cast function pointers: https://emscripten.org/docs/porting/guidelines/function_poin...
Good point, interesting that I never ran into this issue in real world code bases so far (and I build a lot of code with Emscripten) :)