diff --git a/compiler-rt/lib/scudo/standalone/combined.h b/compiler-rt/lib/scudo/standalone/combined.h index d10d60f134e151..d64a0c8a228402 100644 --- a/compiler-rt/lib/scudo/standalone/combined.h +++ b/compiler-rt/lib/scudo/standalone/combined.h @@ -1268,7 +1268,7 @@ class Allocator { } } - NOINLINE void *retagBlock(const Options &Options, void *TaggedPtr, void *Ptr, + NOINLINE void *retagBlock(const Options &Options, void *TaggedPtr, void *&Ptr, Chunk::UnpackedHeader *Header, const uptr Size, bool BypassQuarantine) { DCHECK(useMemoryTagging(Options));