From 646eaac08c1f286dc80171ba469b2a1336a0d0de Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Tue, 21 May 2019 15:53:31 +0200 Subject: don't hardcode bumpptr color --- src/allocator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/allocator.py b/src/allocator.py index 04710c1..d59264c 100644 --- a/src/allocator.py +++ b/src/allocator.py @@ -173,4 +173,4 @@ def patch_alloc(name, alloc, patches, **kwargs): return new_alloc -bumpptr = Allocator("bumpptr", LD_PRELOAD=os.path.join(builddir, "bumpptr_alloc.so"), color="C8") +bumpptr = Allocator("bumpptr", LD_PRELOAD=os.path.join(builddir, "bumpptr_alloc.so")) -- cgit v1.2.3