From fdba5ad5cc67cac8bfc247b407df1fc43e6551f9 Mon Sep 17 00:00:00 2001 From: Jason Evans Date: Tue, 21 Feb 2017 13:15:55 -0800 Subject: [PATCH] Repair file permissions. This regression was caused by 8f61fdedb908c29905103b22dda32ceb29cd8ede (Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).). This resolves #538. --- msvc/projects/vc2015/test_threads/test_threads.cpp | 0 src/stats.c | 0 src/tcache.c | 0 src/util.c | 0 test/integration/MALLOCX_ARENA.c | 0 test/integration/allocated.c | 0 test/integration/mallocx.c | 0 test/integration/overflow.c | 0 test/integration/rallocx.c | 0 test/integration/thread_arena.c | 0 test/integration/thread_tcache_enabled.c | 0 test/integration/xallocx.c | 0 test/unit/arena_reset.c | 0 test/unit/decay.c | 0 test/unit/mallctl.c | 0 test/unit/prof_accum.c | 0 test/unit/prof_active.c | 0 test/unit/prof_gdump.c | 0 test/unit/prof_idump.c | 0 test/unit/prof_reset.c | 0 test/unit/prof_thread_name.c | 0 test/unit/size_classes.c | 0 test/unit/stats.c | 0 23 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 msvc/projects/vc2015/test_threads/test_threads.cpp mode change 100755 => 100644 src/stats.c mode change 100755 => 100644 src/tcache.c mode change 100755 => 100644 src/util.c mode change 100755 => 100644 test/integration/MALLOCX_ARENA.c mode change 100755 => 100644 test/integration/allocated.c mode change 100755 => 100644 test/integration/mallocx.c mode change 100755 => 100644 test/integration/overflow.c mode change 100755 => 100644 test/integration/rallocx.c mode change 100755 => 100644 test/integration/thread_arena.c mode change 100755 => 100644 test/integration/thread_tcache_enabled.c mode change 100755 => 100644 test/integration/xallocx.c mode change 100755 => 100644 test/unit/arena_reset.c mode change 100755 => 100644 test/unit/decay.c mode change 100755 => 100644 test/unit/mallctl.c mode change 100755 => 100644 test/unit/prof_accum.c mode change 100755 => 100644 test/unit/prof_active.c mode change 100755 => 100644 test/unit/prof_gdump.c mode change 100755 => 100644 test/unit/prof_idump.c mode change 100755 => 100644 test/unit/prof_reset.c mode change 100755 => 100644 test/unit/prof_thread_name.c mode change 100755 => 100644 test/unit/size_classes.c mode change 100755 => 100644 test/unit/stats.c diff --git a/msvc/projects/vc2015/test_threads/test_threads.cpp b/msvc/projects/vc2015/test_threads/test_threads.cpp old mode 100755 new mode 100644 diff --git a/src/stats.c b/src/stats.c old mode 100755 new mode 100644 diff --git a/src/tcache.c b/src/tcache.c old mode 100755 new mode 100644 diff --git a/src/util.c b/src/util.c old mode 100755 new mode 100644 diff --git a/test/integration/MALLOCX_ARENA.c b/test/integration/MALLOCX_ARENA.c old mode 100755 new mode 100644 diff --git a/test/integration/allocated.c b/test/integration/allocated.c old mode 100755 new mode 100644 diff --git a/test/integration/mallocx.c b/test/integration/mallocx.c old mode 100755 new mode 100644 diff --git a/test/integration/overflow.c b/test/integration/overflow.c old mode 100755 new mode 100644 diff --git a/test/integration/rallocx.c b/test/integration/rallocx.c old mode 100755 new mode 100644 diff --git a/test/integration/thread_arena.c b/test/integration/thread_arena.c old mode 100755 new mode 100644 diff --git a/test/integration/thread_tcache_enabled.c b/test/integration/thread_tcache_enabled.c old mode 100755 new mode 100644 diff --git a/test/integration/xallocx.c b/test/integration/xallocx.c old mode 100755 new mode 100644 diff --git a/test/unit/arena_reset.c b/test/unit/arena_reset.c old mode 100755 new mode 100644 diff --git a/test/unit/decay.c b/test/unit/decay.c old mode 100755 new mode 100644 diff --git a/test/unit/mallctl.c b/test/unit/mallctl.c old mode 100755 new mode 100644 diff --git a/test/unit/prof_accum.c b/test/unit/prof_accum.c old mode 100755 new mode 100644 diff --git a/test/unit/prof_active.c b/test/unit/prof_active.c old mode 100755 new mode 100644 diff --git a/test/unit/prof_gdump.c b/test/unit/prof_gdump.c old mode 100755 new mode 100644 diff --git a/test/unit/prof_idump.c b/test/unit/prof_idump.c old mode 100755 new mode 100644 diff --git a/test/unit/prof_reset.c b/test/unit/prof_reset.c old mode 100755 new mode 100644 diff --git a/test/unit/prof_thread_name.c b/test/unit/prof_thread_name.c old mode 100755 new mode 100644 diff --git a/test/unit/size_classes.c b/test/unit/size_classes.c old mode 100755 new mode 100644 diff --git a/test/unit/stats.c b/test/unit/stats.c old mode 100755 new mode 100644