matthiasgoergens commented on PR #95: URL: https://github.com/apache/incubator-milagro-crypto-c/pull/95#issuecomment-1449559513
@mcarrickscott Rust has undefined behaviour. Just much less than C. Just to be clear: I am not suggesting to compile the release version with the sanitizer. I am suggesting to use the undefined behaviour sanitizer to uncover bugs. Just like the address sanitizer already does. On any modern processor (including x86) compiling with `-fno-strict-overflow` does not add overflow checks. Or which compiler flag are you talking about? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
