Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

This is equivalent to

  while (1) {
    calc(x++);
  }
which is an infinite loop, since the expression x <= max is always true


Heh! Good catch! That is what I get for not testing. After UINT_MAX, x wraps around to 0.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: