1. 11 3月, 2021 1 次提交
  2. 09 9月, 2020 1 次提交
  3. 22 1月, 2019 1 次提交
  4. 17 12月, 2018 1 次提交
  5. 05 12月, 2018 1 次提交
  6. 30 11月, 2018 1 次提交
  7. 27 10月, 2018 1 次提交
  8. 16 9月, 2018 1 次提交
    • B
      Disallow null-enabled offsets to unsized structures... · 10642b3f
      Behdad Esfahbod 提交于
      ...like UnsizedArrayOf<>.
      
      This fixes a class of crasher bugs, mostly with color and AAT tables.  We
      cannot use nullable offsets to varsized data that does not declare min_size,
      because it's nost safe to use our fixed-size null pool for types that have
      their size external.  So, use non_null'able offsets for these.
      
      A further enhancement would be to make use of min_size in Null<> itself.
      Will try that after.
      10642b3f
  9. 26 8月, 2018 1 次提交
  10. 18 4月, 2018 1 次提交
  11. 12 4月, 2018 1 次提交
  12. 11 4月, 2018 2 次提交
  13. 26 3月, 2018 3 次提交
  14. 26 2月, 2018 6 次提交