Skip to content
Snippets Groups Projects
  1. May 17, 2016
  2. Apr 06, 2016
  3. Mar 02, 2016
  4. Feb 26, 2016
  5. Feb 19, 2016
    • Tom Fischer's avatar
      [MeL/ME] Rm "error: unsigned integer overflow". · b3f4b432
      Tom Fischer authored
      In the expressions "i+offset", "j+offset", ... the offset is converted to an 'unsigned int'.
      If the value of the offset variable is negative this leads to a very large 'unsigned int' value.
      The sum of i (j,...) and offset cannot be represented in type 'unsigned int'. This can be a problem.
      b3f4b432
  6. Feb 08, 2016
  7. Feb 03, 2016
  8. Feb 02, 2016
  9. Jan 27, 2016
  10. Jan 25, 2016
  11. Jan 21, 2016
  12. Jan 13, 2016
  13. Jan 05, 2016
  14. Dec 14, 2015
  15. Sep 21, 2015
  16. Aug 17, 2015
  17. Jul 20, 2015
  18. Jul 17, 2015
  19. Jul 09, 2015
  20. Jul 02, 2015
  21. Jun 16, 2015
  22. Jun 12, 2015
  23. May 11, 2015
Loading