On 10.11.21 11:07, Mirko Brodesser wrote: ...
I don't know, how much static analysis currently helps to detect overflows of signed types, which would be one benefit of using signed instead of unsigned types. Does anyone know?
We have very limited support to detect overflows using static analysis and have recommended the use of CheckedInt (<https://firefox-source-docs.mozilla.org/code-quality/coding-style/using_cxx_in_firefox_code.html?highlight=checkedint#safety-utilities>) instead.
-- You received this message because you are subscribed to the Google Groups "[email protected]" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/mozilla.org/d/msgid/dev-platform/71698170-1069-9319-3c1c-7941e3f958b0%40mozilla.com.
