Skip to content
Snippets Groups Projects
  1. Jun 21, 2016
  2. Jun 17, 2016
  3. Jun 14, 2016
  4. Jun 10, 2016
  5. May 30, 2016
  6. May 17, 2016
  7. Apr 06, 2016
  8. Mar 02, 2016
  9. Feb 26, 2016
  10. 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
  11. Feb 08, 2016
  12. Feb 03, 2016
  13. Feb 02, 2016
  14. Jan 27, 2016
  15. Jan 25, 2016
  16. Jan 21, 2016
  17. Jan 13, 2016
  18. Jan 05, 2016
  19. Dec 14, 2015
  20. Sep 21, 2015
  21. Aug 17, 2015
  22. Jul 20, 2015
Loading