[–] 11 points 2 years ago (1 child)

Still false, thanks to compiler optimizations. Remember that integer overflow is UB. (unless you're using unsigned int or a programming language which strictly defines integer overflow, possibly as an error)

P.S.: Assuming this is C/C++

  • source
  • parent
  • context
  • view more: ‹ prev next ›