1. 21 2月, 2023 2 次提交
  2. 18 2月, 2023 4 次提交
  3. 13 2月, 2023 3 次提交
  4. 10 2月, 2023 8 次提交
  5. 09 2月, 2023 2 次提交
  6. 08 2月, 2023 3 次提交
  7. 07 2月, 2023 2 次提交
  8. 06 2月, 2023 1 次提交
  9. 03 2月, 2023 2 次提交
  10. 02 2月, 2023 1 次提交
  11. 01 2月, 2023 8 次提交
  12. 31 1月, 2023 1 次提交
  13. 30 1月, 2023 2 次提交
  14. 29 1月, 2023 1 次提交
    • M
      Add musl.dl.debug.dlclose param for debugging use-after-dlclose issues · bc55a310
      MapleStory 提交于
      If musl.dl.debug.dlclose is enabled, the sections of dlclosed library will not be unmapped.
      Instead the mmap area will be set to PROT_NONE. If the program run into the dlclosed library
      the crash log would contain the library info rather than a unmapped pc.
      The param can be set by following cmdline:
      param set musl.dl.debug.dlclose enable
      
      Issue: I69Y3Z
      Test: backtrace_local_test
      Signed-off-by: NMapleStory <zengzhi5@huawei.com>
      bc55a310