[all-commits] [llvm/llvm-project] 46fdaa: [libc++] Fix heap UaF issue in coroutine test

Louis Dionne via All-commits all-commits at lists.llvm.org
Mon Sep 28 13:10:44 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 46fdaac098a3a14cfbca3fe2d922ae62a100794d
      https://github.com/llvm/llvm-project/commit/46fdaac098a3a14cfbca3fe2d922ae62a100794d
  Author: Louis Dionne <ldionne at apple.com>
  Date:   2020-09-28 (Mon, 28 Sep 2020)

  Changed paths:
    M libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/expected.pass.cpp

  Log Message:
  -----------
  [libc++] Fix heap UaF issue in coroutine test

This wasn't being flagged by older versions of ASAN, but it is now.


  Commit: 93ba33066c35d1430bc9305c4cb112f769c9ee30
      https://github.com/llvm/llvm-project/commit/93ba33066c35d1430bc9305c4cb112f769c9ee30
  Author: Louis Dionne <ldionne at apple.com>
  Date:   2020-09-28 (Mon, 28 Sep 2020)

  Changed paths:
    M libcxx/test/libcxx/atomics/ext-int.verify.cpp

  Log Message:
  -----------
  [libc++] Add UNSUPPORTED markup to atomic test in single-threaded mode


  Commit: 59f8ac3eb441b9bf1fb589facc024a03c218bece
      https://github.com/llvm/llvm-project/commit/59f8ac3eb441b9bf1fb589facc024a03c218bece
  Author: Louis Dionne <ldionne at apple.com>
  Date:   2020-09-28 (Mon, 28 Sep 2020)

  Changed paths:
    M libcxx/include/__sso_allocator
    M libcxx/include/valarray

  Log Message:
  -----------
  [libc++] Replace uses of __libcpp_allocate by std::allocator<>

Both are equivalent, however std::allocator can appear in constant
expressions and is higher level.


Compare: https://github.com/llvm/llvm-project/compare/b59dff4b164c...59f8ac3eb441


More information about the All-commits mailing list