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: issues-unsubscr...@milagro.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@milagro.apache.org
For additional commands, e-mail: issues-h...@milagro.apache.org

Reply via email to