1. 19 10月, 2008 17 次提交
  2. 15 10月, 2008 1 次提交
  3. 14 10月, 2008 2 次提交
  4. 10 10月, 2008 1 次提交
  5. 09 10月, 2008 2 次提交
  6. 08 10月, 2008 4 次提交
  7. 04 10月, 2008 1 次提交
  8. 03 10月, 2008 1 次提交
  9. 02 10月, 2008 1 次提交
    • J
      Fix an overflow case in fdt_offset_ptr() detected by GCC 4.3. · 741a6d01
      Jon Loeliger 提交于
      Using Gcc 4.3 detected this problem:
      
          ../dtc/libfdt/fdt.c: In function 'fdt_next_tag':
          ../dtc/libfdt/fdt.c:82: error: assuming signed overflow does not
          occur when assuming that (X + c) < X is always false
      
      To fix the problem, treat the offset as an unsigned int.
      
      The problem report and proposed fix were provided
      by Steve Papacharalambous <stevep@freescale.com>.
      Signed-off-by: NJon Loeliger <jdl@freescale.com>
      741a6d01
  10. 01 10月, 2008 1 次提交
  11. 24 9月, 2008 3 次提交
  12. 23 9月, 2008 4 次提交
  13. 22 9月, 2008 1 次提交
  14. 19 9月, 2008 1 次提交