1. 23 Nov, 2021 3 commits
  2. 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
  3. 21 Nov, 2021 1 commit
  4. 20 Nov, 2021 2 commits
  5. 19 Nov, 2021 7 commits
  6. 18 Nov, 2021 1 commit
  7. 17 Nov, 2021 3 commits
  8. 16 Nov, 2021 1 commit
  9. 15 Nov, 2021 2 commits
  10. 14 Nov, 2021 1 commit
  11. 13 Nov, 2021 1 commit
  12. 12 Nov, 2021 2 commits
  13. 10 Nov, 2021 1 commit
  14. 09 Nov, 2021 1 commit
  15. 08 Nov, 2021 2 commits
  16. 06 Nov, 2021 2 commits
  17. 05 Nov, 2021 1 commit
  18. 04 Nov, 2021 4 commits
  19. 03 Nov, 2021 3 commits
  20. 01 Nov, 2021 1 commit