1. 17 6月, 2022 15 次提交
  2. 16 6月, 2022 23 次提交
  3. 15 6月, 2022 2 次提交
    • J
      Fix race condition in LoaderAllocator::CompareExchangeValueInHandle (#70765) · 63bdb989
      Jan Kotas 提交于
      The method was not actually using interlocked operation. It made it possible for multiple different values to win.
      
      Fixes #70742
      63bdb989
    • F
      [Mono] Fix C4018 round I (#70417) · 82a7ee44
      Fan Yang 提交于
      * First round of change of fixing C4018
      
      * Address part of review feedback
      
      * Change the type of idx to unsigned for `effective_table_slow`
      
      * Add idx range check after the type was changed
      
      * Address review feedback for `class-init.c`
      
      * Change the return type of `*table_num_rows*` to `guint32`. Deal with the consequence of return type change of `table_info_get_rows`. Correct the type of a few local variables which store the return of `mono_metadata_token_index`.
      
      * Update return type
      
      * Address review feedbacks of metadata.c
      
      * Fix native crash
      
      * Make counter private to for-loop
      
      * Address review feedbacks
      
      * Address review feedbacks
      82a7ee44