1. 24 Nov, 2021 2 commits
  2. 23 Nov, 2021 3 commits
  3. 22 Nov, 2021 1 commit
    • dearblue's avatar
      Fixed occurs `SIGSEGV` with `mrbgems/mruby-method` · b02bd63d
      dearblue authored
      Calling the `Method#{parameters,source_location}` method on a static `Proc` object resulted in `SIGSEGV`.
      The trigger is https://github.com/mruby/mruby/pull/5402.
      
      The original implementation of the `Method#{parameters,source_location}` method was to temporarily rewrite the object and then call the method of the same name in `Proc`.
      Rewriting of objects placed in the ROM section by #5402 above is prohibited by hardware such as the CPU.
      This caused a `SIGSEGV`.
      b02bd63d
  4. 21 Nov, 2021 1 commit
  5. 20 Nov, 2021 2 commits
  6. 19 Nov, 2021 7 commits
  7. 18 Nov, 2021 1 commit
  8. 17 Nov, 2021 3 commits
  9. 16 Nov, 2021 1 commit
  10. 15 Nov, 2021 2 commits
  11. 14 Nov, 2021 1 commit
  12. 13 Nov, 2021 1 commit
  13. 12 Nov, 2021 2 commits
  14. 10 Nov, 2021 1 commit
  15. 09 Nov, 2021 1 commit
  16. 08 Nov, 2021 2 commits
  17. 06 Nov, 2021 2 commits
  18. 05 Nov, 2021 1 commit
  19. 04 Nov, 2021 4 commits
  20. 03 Nov, 2021 2 commits