Content deleted Content added
Sheep8144402 (talk | contribs) m fix linter errors (3x obsolete tt tags) |
→Methods to address integer overflow problems: Added meaning of abbreviation "ubsan". |
||
Line 86:
===Detection===
Run-time overflow detection implementation <code>UBSan</code> ([[undefined behavior]] sanitizer) is available for [[C compiler]]s.
In Java 8, there are [[Function overloading|overloaded methods]], for example {{Javadoc:SE|member=addExact(int, int)|java/lang|Math|addExact(int,int)}}, which will throw an {{Javadoc:SE|java/lang|ArithmeticException}} in case of overflow.
|