luvit / luv

Bare libuv bindings for lua
Apache License 2.0
831 stars 187 forks source link

Pass -fno-sanitize-recover=all to make all UBSan detections fatal #698

Closed squeek502 closed 8 months ago

squeek502 commented 8 months ago

From the clang docs:

By default, non-fatal checks are those enabled by UndefinedBehaviorSanitizer, except for -fsanitize=return and -fsanitize=unreachable.

Closes https://github.com/luvit/luv/issues/697