Lines Matching refs:overflow
1428 * libc/stdlib/strtod.c (sulp): Cast to int32_t to avoid overflow.
1430 to avoid overflow.
4845 pwc to pmb and convert to array to avoid buffer overflow. Rename c to
9958 * libc/stdio/fseek.c (_fseek_r): Account for overflow, and fix
10777 * libc/stdio/snprintf.c (snprintf, _snprintf_r): Report overflow,
13187 * libc/time/mktm_r (_mktm_r): Fix overflow calculation for
14947 overflow detection.
17045 unsigned long comparisons and avoid signed overflow.
17046 (mALLOc): Add overflow check for the number of bytes to allocate.
23634 * libm/math/sf_scalbn.c (scalbnf): Cut down overflow test to 30000
23680 __rt_stkovf_split_small): Added default software stack overflow
25972 * libc/machine/h8500/divsi3.c: Prevent overflow when dividing v
26124 a radix of 0 as being a conversion. Determine overflow correctly.
26125 If an overflow occurs, set *ptr to the end of the number, not the
26127 * lib/stdlib/strtol.c (_strtol_r): Determine overflow correctly.