[all-commits] [llvm/llvm-project] 251325: [scudo][standalone] Lists fix

Kostya Kortchinsky via All-commits all-commits at lists.llvm.org
Mon Oct 28 15:08:18 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 2513250be336ad92af47da2c225e7b7b69b9922f
      https://github.com/llvm/llvm-project/commit/2513250be336ad92af47da2c225e7b7b69b9922f
  Author: Kostya Kortchinsky <kostyak at google.com>
  Date:   2019-10-28 (Mon, 28 Oct 2019)

  Changed paths:
    M compiler-rt/lib/scudo/standalone/list.h
    M compiler-rt/lib/scudo/standalone/tests/list_test.cpp

  Log Message:
  -----------
  [scudo][standalone] Lists fix

Summary:
Apparently during the review of D69265, and my flailing around with
git, a somewhat important line disappeared.

On top of that, there was no test exercising that code path, and
while writing the follow up patch I intended to write, some `CHECK`s
were failing.

Re-add the missing line, and add a test that fails without said line.

Reviewers: hctim, morehouse, pcc, cferris

Reviewed By: hctim

Subscribers: #sanitizers, llvm-commits

Tags: #sanitizers, #llvm

Differential Revision: https://reviews.llvm.org/D69529




More information about the All-commits mailing list